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

  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 47 #define dlcalloc calloc macro
118 void* dlcalloc(size_t, size_t);
dlmalloc.c 760 #define dlcalloc macro
4838 void* dlcalloc(size_t n_elements, size_t elem_size) { function
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 52 #define dlcalloc calloc macro
130 void* dlcalloc(size_t, size_t);
malloc.c 816 #define dlcalloc macro
4813 void* dlcalloc(size_t n_elements, size_t elem_size) { function
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 216 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size,
257 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size
malloc_debug_leak.cpp 215 return dlcalloc(n_elements, elem_size);
malloc_debug_check.cpp 486 hdr_t* hdr = static_cast<hdr_t*>(dlcalloc(1, sizeof(hdr_t) + total_size + sizeof(ftr_t)));
malloc_debug_qemu.cpp     [all...]
  /external/libffi/src/
closures.c 157 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
dlmalloc.c 642 #define dlcalloc calloc macro
691 void* dlcalloc(size_t, size_t);
4293 void* dlcalloc(size_t n_elements, size_t elem_size) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 686 #define dlcalloc calloc macro
735 void* dlcalloc(size_t, size_t);
4303 void* dlcalloc(size_t n_elements, size_t elem_size) { function
    [all...]

Completed in 38 milliseconds