HomeSort by relevance Sort by last modified time
    Searched refs:AllocateBytes (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/win/
scoped_bstr.h 50 BSTR AllocateBytes(size_t bytes);
54 // SysAllocStringLen or SysAllocStringByteLen (call |AllocateBytes|) and then
scoped_bstr.cc 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) {
scoped_bstr_unittest.cc 54 EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
  /external/v8/src/
spaces.h     [all...]
spaces.cc 895 accounting_stats_.AllocateBytes(size);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 416 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) {
    [all...]

Completed in 258 milliseconds