Searched refs:VARIABLE_ARRAY (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_types.h | 179 # define VARIABLE_ARRAY(type, name, count) \ macro 182 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
|
/external/jemalloc/test/unit/ |
D | hash.c | 68 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key() 69 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
|
D | pack.c | 140 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
|
D | mallctl.c | 525 VARIABLE_ARRAY(bool, initialized, narenas); in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | hash.c | 64 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key() 65 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
|
D | pack.c | 100 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
|
D | retained.c | 110 VARIABLE_ARRAY(thd_t, threads, nthreads); in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | background_thread.c | 438 VARIABLE_ARRAY(bool, created_threads, max_background_threads); 598 VARIABLE_ARRAY(bool, marked, max_background_threads);
|
D | tcache.c | 118 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small() 209 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_large()
|
D | stats.c | 1162 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
|
D | ctl.c | 928 VARIABLE_ARRAY(arena_t *, tarenas, ctl_arenas->narenas); in ctl_refresh() 1953 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_decay()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 362 # define VARIABLE_ARRAY(type, name, count) \ macro 365 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
|
D | jemalloc_internal.h.in | 362 # define VARIABLE_ARRAY(type, name, count) \ macro 365 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
|
/external/jemalloc/src/ |
D | stats.c | 1000 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
|
D | ctl.c | 714 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas); in ctl_refresh() 1551 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_purge()
|