Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc85 hooks_cookie_ = options_.on_arena_init(this); in Init()
87 hooks_cookie_ = NULL; in Init()
96 options_.on_arena_destruction(this, hooks_cookie_, space_allocated); in ~Arena()
112 options_.on_arena_reset(this, hooks_cookie_, space_allocated); in ResetInternal()
179 if (GOOGLE_PREDICT_FALSE(hooks_cookie_ != NULL) && in AllocateAligned()
181 options_.on_arena_allocation(allocated, n, hooks_cookie_); in AllocateAligned()
Darena.h912 void* hooks_cookie_; variable