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

  /external/v8/src/heap/
spaces.h     [all...]
spaces.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 495 void* AllocateBytes(int size);
838 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type)));
843 return reinterpret_cast<Type*>(AllocateBytes(sizeof(Type) * count));
865 void* DescriptorPool::Tables::AllocateBytes(int size) {
    [all...]

Completed in 583 milliseconds