Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Darena.cc148 void* ArenaImpl::AllocateAlignedAndAddCleanup(size_t n, in AllocateAlignedAndAddCleanup() function in google::protobuf::internal::ArenaImpl
152 return arena->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanup()
175 return GetSerialArena()->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanupFallback()
Darena_impl.h132 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*));
221 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*)) { in AllocateAlignedAndAddCleanup() function
Darena.h538 return impl_.AllocateAlignedAndAddCleanup( in AllocateInternal()
/third_party/protobuf/
Dlibprotobuf_lite.map19 …"google::protobuf::internal::ArenaImpl::AllocateAlignedAndAddCleanup(unsigned long, void (*)(void*…
29 …"google::protobuf::internal::ArenaImpl::AllocateAlignedAndAddCleanup(unsigned int, void (*)(void*)…