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

  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 49 #define dlmalloc malloc macro
102 void* dlmalloc(size_t);
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
222 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
762 #define dlmalloc macro
4593 void* dlmalloc(size_t bytes) { function
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 54 #define dlmalloc malloc macro
114 void* dlmalloc(size_t);
malloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
232 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
818 #define dlmalloc macro
4566 void* dlmalloc(size_t bytes) { function
    [all...]
  /external/libffi/src/
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
644 #define dlmalloc malloc macro
675 void* dlmalloc(size_t);
4061 void* dlmalloc(size_t bytes) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 38 This is a version (aka dlmalloc) of malloc/free/realloc written by
688 #define dlmalloc malloc macro
719 void* dlmalloc(size_t);
4071 void* dlmalloc(size_t bytes) { function
    [all...]

Completed in 135 milliseconds