Home
last modified time | relevance | path

Searched refs:allocated_type (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.h178 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() argument
531 OnArenaAllocation(allocated_type, n); in AllocHook()
703 void (*on_arena_allocation_)(const std::type_info* allocated_type,
Darena.cc407 void Arena::OnArenaAllocation(const std::type_info* allocated_type, in OnArenaAllocation() argument
410 on_arena_allocation_(allocated_type, n, hooks_cookie_); in OnArenaAllocation()