OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortNew
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/src/
pmemory_ext.h
36
void*
PortNew
(size_t sizeInBytes);
pmemory_ext.c
41
return (
PortNew
(size));
249
/*
PortNew
() :
252
void*
PortNew
(size_t sizeInBytes)
pmemory.c
119
#define malloc
PortNew
793
newData = (MemoryData *)
PortNew
(actualSize);
Completed in 904 milliseconds