Home
last modified time | relevance | path

Searched refs:AllocateBytes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h1579 void AllocateBytes(size_t bytes) { in AllocateBytes() function
2037 void Allocate(int bytes) { accounting_stats_.AllocateBytes(bytes); } in Allocate()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc552 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