Home
last modified time | relevance | path

Searched refs:MALLOC_PRINTF_BUFSIZE (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/test/unit/
Demitter.c71 char buf[MALLOC_PRINTF_BUFSIZE]; in assert_emit_output()
75 buf_descriptor.len = MALLOC_PRINTF_BUFSIZE; in assert_emit_output()
84 buf_descriptor.len = MALLOC_PRINTF_BUFSIZE; in assert_emit_output()
/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h41 #define MALLOC_PRINTF_BUFSIZE 4096 macro
/external/jemalloc/include/jemalloc/internal/
Dutil.h41 #define MALLOC_PRINTF_BUFSIZE 4096 macro
/external/jemalloc/src/
Dutil.c614 char buf[MALLOC_PRINTF_BUFSIZE]; in malloc_vcprintf()
/external/jemalloc_new/src/
Dmalloc_io.c625 char buf[MALLOC_PRINTF_BUFSIZE]; in malloc_vcprintf()