Searched refs:AllocateAlignedAndAddCleanup (Results 1 – 3 of 3) sorted by relevance
157 void* ArenaImpl::AllocateAlignedAndAddCleanup(size_t n, in AllocateAlignedAndAddCleanup() function in google::protobuf::internal::ArenaImpl161 return arena->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanup()184 return GetSerialArena()->AllocateAlignedAndAddCleanup(n, cleanup); in AllocateAlignedAndAddCleanupFallback()
112 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*));183 void* AllocateAlignedAndAddCleanup(size_t n, void (*cleanup)(void*)) { in AllocateAlignedAndAddCleanup() function
546 return impl_.AllocateAlignedAndAddCleanup( in AllocateInternal()