Home
last modified time | relevance | path

Searched refs:btalloc (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/test/src/
Dbtalloc.c4 btalloc(size_t size, unsigned bits) { in btalloc() function
/external/jemalloc_new/test/include/test/
Dbtalloc.h2 void *btalloc(size_t size, unsigned bits);
Djemalloc_test.h.in123 #include "test/btalloc.h"
/external/jemalloc_new/test/unit/
Dprof_accum.c20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration); in alloc_from_permuted_backtrace()
Dprof_reset.c164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i); in thd_start()
/external/jemalloc_new/
DAndroid.bp223 "test/src/btalloc.c",
DMakefile.in148 C_TESTLIB_SRCS := $(srcroot)test/src/btalloc.c $(srcroot)test/src/btalloc_0.c \