/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); 4684 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...] |