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

  /external/jemalloc/include/jemalloc/internal/
public_namespace.h 1 #define je_malloc_conf JEMALLOC_N(malloc_conf)
2 #define je_malloc_message JEMALLOC_N(malloc_message)
3 #define je_malloc JEMALLOC_N(malloc)
4 #define je_calloc JEMALLOC_N(calloc)
5 #define je_posix_memalign JEMALLOC_N(posix_memalign)
6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
7 #define je_realloc JEMALLOC_N(realloc)
8 #define je_free JEMALLOC_N(free)
9 #define je_mallocx JEMALLOC_N(mallocx)
10 #define je_rallocx JEMALLOC_N(rallocx
    [all...]
private_namespace.h 1 #define a0dalloc JEMALLOC_N(a0dalloc)
2 #define a0get JEMALLOC_N(a0get)
3 #define a0malloc JEMALLOC_N(a0malloc)
4 #define arena_aalloc JEMALLOC_N(arena_aalloc)
5 #define arena_get JEMALLOC_N(arena_get)
6 #define arena_get_hard JEMALLOC_N(arena_get_hard)
7 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
8 #define arena_bin_index JEMALLOC_N(arena_bin_index)
9 #define arena_bin_info JEMALLOC_N(arena_bin_info)
10 #define arena_bitselm_get JEMALLOC_N(arena_bitselm_get
    [all...]
jemalloc_internal.h 13 # define JEMALLOC_N(n) jet_##n
19 # define JEMALLOC_N(n) je_##n
  /external/jemalloc/test/include/test/
jemalloc_test.h 83 # define JEMALLOC_N(n) je_##n
  /external/jemalloc/src/
huge.c 111 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)
128 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
129 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
prof.c 921 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl)
940 #define prof_dump_open JEMALLOC_N(prof_dump_open)
941 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
1262 #define prof_dump_header JEMALLOC_N(prof_dump_header_impl)
1284 #define prof_dump_header JEMALLOC_N(prof_dump_header)
1285 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl);
    [all...]
arena.c     [all...]

Completed in 181 milliseconds