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

  /external/chromium/base/win/
scoped_bstr.cc 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) {
  /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...]
  /external/v8/src/
spaces.h     [all...]

Completed in 53 milliseconds