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

/external/chromium/base/win/
H A Dscoped_bstr.h50 BSTR AllocateBytes(size_t bytes);
54 // SysAllocStringLen or SysAllocStringByteLen (call |AllocateBytes|) and then
H A Dscoped_bstr.cc51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { function in class:base::win::ScopedBstr
H A Dscoped_bstr_unittest.cc54 EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
/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);
H A Dspaces.cc895 accounting_stats_.AllocateBytes(size);
2480 accounting_stats_.AllocateBytes(free_list_.available());
/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

Completed in 157 milliseconds