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

  /external/chromium/base/
scoped_bstr_win.cc 49 BSTR ScopedBstr::AllocateBytes(int bytes) {
scoped_bstr_win.h 41 BSTR AllocateBytes(int bytes);
45 // SysAllocStringLen or SysAllocStringByteLen (call |AllocateBytes|) and
scoped_bstr_win_unittest.cc 51 EXPECT_TRUE(b2.AllocateBytes(100) != NULL);
  /external/v8/src/
spaces-inl.h 265 accounting_stats_.AllocateBytes(size_in_bytes);
spaces.h 807 void AllocateBytes(int size_in_bytes) {
    [all...]
spaces.cc     [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 2196 milliseconds