eLooM for STM32 application
v3.3.0
Loading...
Searching...
No Matches
Inc
services
sysmem.h
Go to the documentation of this file.
1
25
#ifndef INCLUDE_SERVICES_SYSMEM_H_
26
#define INCLUDE_SERVICES_SYSMEM_H_
27
28
#include "
services/systp.h
"
29
#include "
services/systypes.h
"
30
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
34
35
42
void
*
SysAlloc
(
size_t
nSize);
43
49
void
SysFree
(
void
*pvData);
50
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* INCLUDE_SERVICES_SYSMEM_H_ */
SysAlloc
void * SysAlloc(size_t nSize)
Definition
sysinit.c:335
SysFree
void SysFree(void *pvData)
Definition
sysinit.c:343
systp.h
Target platform definition.
systypes.h
Common type declaration.
Generated by
1.9.7