Searched refs:VARIABLE_ARRAY (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_types.h | 179 # define VARIABLE_ARRAY(type, name, count) \ macro 182 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A 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()
|
| H A D | pack.c | 100 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
|
| H A D | retained.c | 110 VARIABLE_ARRAY(thd_t, threads, nthreads); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tcache.c | 114 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small() 199 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_large()
|
| H A D | background_thread.c | 438 VARIABLE_ARRAY(bool, created_threads, max_background_threads); 598 VARIABLE_ARRAY(bool, marked, max_background_threads);
|
| H A D | stats.c | 1162 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
|
| H A 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()
|