Searched defs:AllocateBytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/win/
H A Dscoped_bstr.cc51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { function in class:base::win::ScopedBstr
/external/chromium_org/base/win/
H A Dscoped_bstr.cc51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { function in class:base::win::ScopedBstr
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc477 void* AllocateBytes(int size);
801 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
806 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
828 void* DescriptorPool::Tables::AllocateBytes(int size) { function in class:google::protobuf::DescriptorPool::Tables
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc416 void* AllocateBytes(int size);
707 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
712 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
734 void* DescriptorPool::Tables::AllocateBytes(int size) { function in class:google::protobuf::DescriptorPool::Tables
/external/chromium_org/v8/src/
H A Dspaces.h1373 void AllocateBytes(intptr_t size_in_bytes) { function in class:v8::internal::BASE_EMBEDDED
1729 accounting_stats_.AllocateBytes(bytes);
/external/v8/src/
H A Dspaces.h1263 void AllocateBytes(intptr_t size_in_bytes) { function in class:v8::internal::BASE_EMBEDDED
1532 accounting_stats_.AllocateBytes(bytes);

Completed in 913 milliseconds