Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h41 #define MALLOC_PRINTF_BUFSIZE 4096 macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c625 char buf[MALLOC_PRINTF_BUFSIZE]; in malloc_vcprintf()