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

  /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...]
  /external/v8/src/heap/
spaces.h     [all...]

Completed in 197 milliseconds