/external/eigen/unsupported/test/mpreal/ |
dlmalloc.h | 483 mspace_realloc behaves as realloc, but operates within
486 If compiled with FOOTERS==1, mspace_realloc is not actually
487 needed. realloc may be called instead of mspace_realloc because
491 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
|
dlmalloc.c | 5285 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 596 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
|
malloc.c | 5759 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function [all...] |
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 143 mBase = (uint32_t*)mspace_realloc(getMspace(), mBase, newSize);
|
/external/libffi/src/ |
dlmalloc.c | 4711 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 4721 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function [all...] |