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

  /bionic/libc/bionic/
dlmalloc.h 486 region of space that supports mspace_malloc, etc.
496 dynamically as needed to service mspace_malloc requests. You can
523 mspace_malloc behaves as malloc, but operates within
526 void* mspace_malloc(mspace msp, size_t bytes);
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);
4739 void* mspace_malloc(mspace msp, size_t bytes) { function
    [all...]
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 44 mBase = (uint32_t*)mspace_malloc(getMspace(), size);
  /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 252 milliseconds