Searched refs:AllocateBytes (Results 1 - 13 of 13) 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/chromium_org/base/win/
H A Dscoped_bstr.h49 BSTR AllocateBytes(size_t bytes);
53 // 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/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);
H A Dspaces.cc1111 accounting_stats_.AllocateBytes(size);
2841 accounting_stats_.AllocateBytes(free_list_.available());
/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/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/chrome_frame/
H A Dchrome_active_document.cc393 stream->Read(url_bstr.AllocateBytes(url_size), url_size, &bytes_read);

Completed in 310 milliseconds