Searched refs:CTL (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c186 #define CTL(c) 0, NULL, c##_ctl macro
195 {NAME("enabled"), CTL(thread_tcache_enabled)},
196 {NAME("flush"), CTL(thread_tcache_flush)}
200 {NAME("name"), CTL(thread_prof_name)},
201 {NAME("active"), CTL(thread_prof_active)}
205 {NAME("arena"), CTL(thread_arena)},
206 {NAME("allocated"), CTL(thread_allocated)},
207 {NAME("allocatedp"), CTL(thread_allocatedp)},
208 {NAME("deallocated"), CTL(thread_deallocated)},
209 {NAME("deallocatedp"), CTL(thread_deallocated
430 #undef CTL macro
[all...]

Completed in 8 milliseconds