OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VARIABLE_ARRAY
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/test/unit/
hash.c
68
VARIABLE_ARRAY
(uint8_t, hashes, hashes_size);
69
VARIABLE_ARRAY
(uint8_t, final, hashbytes);
mallctl.c
512
VARIABLE_ARRAY
(bool, initialized, narenas);
/external/jemalloc/src/
stats.c
621
VARIABLE_ARRAY
(bool, initialized, narenas);
650
VARIABLE_ARRAY
(bool, initialized, narenas);
ctl.c
707
VARIABLE_ARRAY
(arena_t *, tarenas, ctl_stats.narenas);
[
all
...]
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
353
# define
VARIABLE_ARRAY
(type, name, count) \
356
# define
VARIABLE_ARRAY
(type, name, count) type name[(count)]
Completed in 629 milliseconds