Searched refs:on_arena_allocation_ (Results 1 – 3 of 3) sorted by relevance
9 void (*on_arena_allocation_)(Info); member in A
409 if (on_arena_allocation_ != NULL) { in OnArenaAllocation()410 on_arena_allocation_(allocated_type, n, hooks_cookie_); in OnArenaAllocation()
276 on_arena_allocation_ = options.on_arena_allocation; in Init()703 void (*on_arena_allocation_)(const std::type_info* allocated_type, variable