OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortMalloc
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/include/
pmalloc.h
103
void *(
PortMalloc
)(psize_t size_arg);
/external/srec/portable/src/
pmemory_ext.c
73
#define MEM_MGR_Allocate(sizeInBytes)
PortMalloc
(sizeInBytes)
pmalloc.c
340
void *(
PortMalloc
)(psize_t size_arg)
pmemfixed.c
403
* Function:
PortMalloc
415
void*
PortMalloc
(size_t size)
Completed in 8371 milliseconds