/external/eigen/unsupported/test/mpreal/ |
dlmalloc.h | 49 #define dlmalloc malloc
macro 102 void* dlmalloc(size_t);
|
mpreal.cpp | 63 #include "dlmalloc.h"
573 return(dlmalloc(alloc_size));
|
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/bionic/ |
debug_mapinfo.cpp | 33 #include "dlmalloc.h" 49 mapinfo_t* mi = static_cast<mapinfo_t*>(dlmalloc(sizeof(mapinfo_t) + (len - 47)));
|
malloc_debug_common.cpp | 49 #include "dlmalloc.h" 135 HashEntry** list = static_cast<HashEntry**>(dlmalloc(sizeof(void*) * gHashTable.count)); 156 *info = static_cast<uint8_t*>(dlmalloc(*overallSize)); 216 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size, 257 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size
|
malloc_debug_leak.cpp | 49 #include "dlmalloc.h" 146 entry = static_cast<HashEntry*>(dlmalloc(sizeof(HashEntry) + numEntries*sizeof(uintptr_t))); 219 void* buffer = dlmalloc(bytes); 277 void* base = dlmalloc(size);
|
malloc_debug_check.cpp | 50 #include "dlmalloc.h" 77 void* base; // Always points to the memory allocated using dlmalloc. 328 hdr_t* hdr = static_cast<hdr_t*>(dlmalloc(sizeof(hdr_t) + size + sizeof(ftr_t))); 356 void* base = dlmalloc(sizeof(hdr_t) + size + sizeof(ftr_t)); 461 void* newMem = dlmalloc(sizeof(hdr_t) + size + sizeof(ftr_t));
|
malloc_debug_qemu.cpp | 53 #include "dlmalloc.h" 347 /* Memory allocation alignment that is used in dlmalloc. 680 /* Initialize block descriptor and allocate memory. Note that dlmalloc 685 desc.ptr = dlmalloc(mallocdesc_alloc_size(&desc)); 687 qemu_error_log("<libc_pid=%03u, pid=%03u> malloc(%u): dlmalloc(%u) failed.", [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/ |
closures.c | 154 /* Declare all functions defined in dlmalloc.c as static. */ 155 static void *dlmalloc(size_t); 171 /* Use these for mmap and munmap within dlmalloc.c. */ 178 #include "dlmalloc.c" 503 ptr = dlmalloc (size); 539 #define GET(idx, len) do { p[idx] = dlmalloc (len); printf ("allocated %zi for p[%i]\n", (len), (idx)); } while (0)
|
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/libffi/ |
Makefile.am | 32 src/frv/ffi.c src/frv/eabi.S src/frv/ffitarget.h src/dlmalloc.c \
|
/art/runtime/ |
Android.mk | 46 gc/allocator/dlmalloc.cc \
|
/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...] |
/bionic/libc/ |
Android.mk | 508 # To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in 856 bionic/dlmalloc.c \ 889 bionic/dlmalloc.c \
|
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |