HomeSort by relevance Sort by last modified time
    Searched full:_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 1606 milliseconds