Searched refs:on_arena_destruction_ (Results 1 – 2 of 2) sorted by relevance
402 if (on_arena_destruction_ != NULL) { in CallDestructorHooks()403 on_arena_destruction_(this, hooks_cookie_, space_allocated); in CallDestructorHooks()
278 on_arena_destruction_ = options.on_arena_destruction; in Init()706 void (*on_arena_destruction_)(Arena* arena, void* cookie, uint64 space_used); variable