Searched refs:VARIABLE_ARRAY (Results 1 – 9 of 9) 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_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/llvm-project/clang/include/clang/Serialization/ |
D | TypeBitCodes.def | 22 TYPE_BIT_CODE(VariableArray, VARIABLE_ARRAY, 11)
|
/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()
|