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

  /bionic/libc/upstream-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);
5524 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 179 this file also defines mspace_malloc, mspace_free, etc. These
187 #define mymalloc(bytes) mspace_malloc(mymspace, bytes)
197 return mspace_malloc(tlms, bytes);
5050 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.15/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 2414 milliseconds