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

  /external/jemalloc/src/
util.c 7 malloc_write("<jemalloc>: Failed assertion\n"); \
14 malloc_write("<jemalloc>: Unreachable code reached\n"); \
22 malloc_write("<jemalloc>: Not implemented\n"); \
75 malloc_write(const char *s) function
619 * function, so use the default one. malloc_write() is an
  /external/jemalloc_new/src/
malloc_io.c 27 malloc_write("<jemalloc>: Failed assertion\n"); \
34 malloc_write("<jemalloc>: Unreachable code reached\n"); \
42 malloc_write("<jemalloc>: Not implemented\n"); \
83 malloc_write(const char *s) { function
630 * function, so use the default one. malloc_write() is an
  /external/jemalloc_new/include/jemalloc/internal/
private_namespace.h 228 #define malloc_write JEMALLOC_N(malloc_write) macro
private_namespace_jet.h 231 #define malloc_write JEMALLOC_N(malloc_write) macro
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 343 #define malloc_write JEMALLOC_N(malloc_write) macro
    [all...]
private_unnamespace.h 343 #undef malloc_write macro

Completed in 4656 milliseconds