Searched refs:AllocateBytes (Results 1 – 2 of 2) sorted by relevance
1579 void AllocateBytes(size_t bytes) { in AllocateBytes() function2037 void Allocate(int bytes) { accounting_stats_.AllocateBytes(bytes); } in Allocate()
552 void* AllocateBytes(int size);983 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type))); in Allocate()988 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count)); in AllocateArray()1010 void* DescriptorPool::Tables::AllocateBytes(int size) { in AllocateBytes() function in google::protobuf::DescriptorPool::Tables