Home
last modified time | relevance | path

Searched refs:AllocateAlignedAndAddCleanup (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.cc157 void* ArenaImpl::AllocateAlignedAndAddCleanup(size_t n, in AllocateAlignedAndAddCleanup() function in google::protobuf::internal::ArenaImpl
161 return arena->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanup()
184 return GetSerialArena()->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanupFallback()
Darena_impl.h112 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*));
183 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*)) { in AllocateAlignedAndAddCleanup() function
Darena.h546 return impl_.AllocateAlignedAndAddCleanup( in AllocateInternal()