Home
last modified time | relevance | path

Searched refs:VARIABLE_ARRAY (Results 1 – 15 of 15) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h179 # define VARIABLE_ARRAY(type, name, count) \ macro
182 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
/external/jemalloc/test/unit/
Dhash.c68 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
69 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
Dpack.c140 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
Dmallctl.c525 VARIABLE_ARRAY(bool, initialized, narenas); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dhash.c64 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
65 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
Dpack.c100 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
Dretained.c110 VARIABLE_ARRAY(thd_t, threads, nthreads); in TEST_BEGIN()
/external/jemalloc_new/src/
Dbackground_thread.c438 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
598 VARIABLE_ARRAY(bool, marked, max_background_threads);
Dtcache.c118 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()
Dstats.c1162 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
Dctl.c928 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/
Djemalloc_internal.h362 # define VARIABLE_ARRAY(type, name, count) \ macro
365 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
Djemalloc_internal.h.in362 # define VARIABLE_ARRAY(type, name, count) \ macro
365 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
/external/jemalloc/src/
Dstats.c1000 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
Dctl.c714 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas); in ctl_refresh()
1551 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_purge()