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

  /bionic/libc/bionic/
dlmalloc.c 200 this file also defines mspace_malloc, mspace_free, etc. These
208 #define mymalloc(bytes) mspace_malloc(mymspace, bytes)
218 return mspace_malloc(tlms, bytes);
4644 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]
  /external/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);
4486 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 209 this file also defines mspace_malloc, mspace_free, etc. These
217 #define mymalloc(bytes) mspace_malloc(mymspace, bytes)
227 return mspace_malloc(tlms, bytes);
4496 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]

Completed in 431 milliseconds