Searched refs:AllocateAlignedAndAddCleanup (Results 1 – 4 of 4) sorted by relevance
148 void* ArenaImpl::AllocateAlignedAndAddCleanup(size_t n, in AllocateAlignedAndAddCleanup() function in google::protobuf::internal::ArenaImpl152 return arena->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanup()175 return GetSerialArena()->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanupFallback()
132 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*));221 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*)) { in AllocateAlignedAndAddCleanup() function
538 return impl_.AllocateAlignedAndAddCleanup( in AllocateInternal()
19 …"google::protobuf::internal::ArenaImpl::AllocateAlignedAndAddCleanup(unsigned long, void (*)(void*…29 …"google::protobuf::internal::ArenaImpl::AllocateAlignedAndAddCleanup(unsigned int, void (*)(void*)…