HomeSort by relevance Sort by last modified time
    Searched defs:mspace_malloc (Results 1 - 2 of 2) sorted by null

  /external/dlmalloc/
malloc.c 189 this file also defines mspace_malloc, mspace_free, etc. These
197 #define mymalloc(bytes) mspace_malloc(mymspace, bytes)
207 return mspace_malloc(tlms, bytes);
5538 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 173 this file also defines mspace_malloc, mspace_free, etc. These
181 #define mymalloc(bytes) mspace_malloc(mymspace, bytes)
191 return mspace_malloc(tlms, bytes);
4553 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]

Completed in 426 milliseconds