OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Getmem
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
pmalloc.h
73
void *
_Getmem
(psize_t);
/external/srec/portable/src/
pmalloc.c
82
psize_t _Size_block = {SIZE_BLOCK}; /* preferred
_Getmem
chunk */
129
/* Memory Pool initialization and
_GetMem
functions ************************************/
151
void *
_Getmem
(psize_t size)
326
if ((q = (_Cell *)
_Getmem
(bs)) != 0)
Completed in 277 milliseconds