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

  /external/jemalloc/include/jemalloc/internal/
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_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
6 #define arena_basic_stats_merge JEMALLOC_N(arena_basic_stats_merge)
7 #define arena_bin_index JEMALLOC_N(arena_bin_index)
8 #define arena_bin_info JEMALLOC_N(arena_bin_info)
9 #define arena_bitselm_get_const JEMALLOC_N(arena_bitselm_get_const)
10 #define arena_bitselm_get_mutable JEMALLOC_N(arena_bitselm_get_mutable
    [all...]
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...]
jemalloc_internal.h 13 # define JEMALLOC_N(n) jet_##n
19 # define JEMALLOC_N(n) je_##n
    [all...]
  /external/jemalloc/src/
witness.c 16 #define witness_lock_error JEMALLOC_N(n_witness_lock_error)
32 #define witness_lock_error JEMALLOC_N(witness_lock_error)
33 witness_lock_error_t *witness_lock_error = JEMALLOC_N(n_witness_lock_error);
38 #define witness_owner_error JEMALLOC_N(n_witness_owner_error)
50 #define witness_owner_error JEMALLOC_N(witness_owner_error)
51 witness_owner_error_t *witness_owner_error = JEMALLOC_N(n_witness_owner_error);
56 #define witness_not_owner_error JEMALLOC_N(n_witness_not_owner_error)
68 #define witness_not_owner_error JEMALLOC_N(witness_not_owner_error)
70 JEMALLOC_N(n_witness_not_owner_error);
75 #define witness_lockless_error JEMALLOC_N(n_witness_lockless_error
    [all...]
nstime.c 155 #define nstime_monotonic JEMALLOC_N(n_nstime_monotonic)
166 #define nstime_monotonic JEMALLOC_N(nstime_monotonic)
167 nstime_monotonic_t *nstime_monotonic = JEMALLOC_N(n_nstime_monotonic);
172 #define nstime_update JEMALLOC_N(n_nstime_update)
192 #define nstime_update JEMALLOC_N(nstime_update)
193 nstime_update_t *nstime_update = JEMALLOC_N(n_nstime_update);
huge.c 130 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)
147 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
148 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
arena.c 117 #define run_quantize_floor JEMALLOC_N(n_run_quantize_floor)
148 #define run_quantize_floor JEMALLOC_N(run_quantize_floor)
149 run_quantize_t *run_quantize_floor = JEMALLOC_N(n_run_quantize_floor);
154 #define run_quantize_ceil JEMALLOC_N(n_run_quantize_ceil)
181 #define run_quantize_ceil JEMALLOC_N(run_quantize_ceil)
182 run_quantize_t *run_quantize_ceil = JEMALLOC_N(n_run_quantize_ceil);
    [all...]
prof.c 935 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl)
954 #define prof_dump_open JEMALLOC_N(prof_dump_open)
955 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
1316 #define prof_dump_header JEMALLOC_N(prof_dump_header_impl)
1338 #define prof_dump_header JEMALLOC_N(prof_dump_header)
1339 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl);
    [all...]
  /external/jemalloc/test/include/test/
jemalloc_test.h 64 # define JEMALLOC_N(n) je_##n

Completed in 374 milliseconds