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

  /bionic/libc/bionic/
dlmalloc.h 539 mspace_realloc behaves as realloc, but operates within
542 If compiled with FOOTERS==1, mspace_realloc is not actually
543 needed. realloc may be called instead of mspace_realloc because
547 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
dlmalloc.c 4868 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function
    [all...]
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 79 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.12/src/stdlib/
SDL_malloc.c 4721 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function
    [all...]

Completed in 328 milliseconds