Searched refs:allocated_type (Results 1 – 2 of 2) sorted by relevance
178 void (*on_arena_allocation)(const std::type_info* allocated_type,528 void OnArenaAllocation(const std::type_info* allocated_type, size_t n) const;529 inline void AllocHook(const std::type_info* allocated_type, size_t n) const { in AllocHook() argument531 OnArenaAllocation(allocated_type, n); in AllocHook()703 void (*on_arena_allocation_)(const std::type_info* allocated_type,
407 void Arena::OnArenaAllocation(const std::type_info* allocated_type, in OnArenaAllocation() argument410 on_arena_allocation_(allocated_type, n, hooks_cookie_); in OnArenaAllocation()