HomeSort by relevance Sort by last modified time
    Searched defs:Capacity (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 169 ULONG Capacity;
ntmsapi.h 392 LARGE_INTEGER Capacity;
406 LARGE_INTEGER Capacity;
    [all...]
winnt.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 148 int Capacity() const;
425 int Capacity() const;
765 int Capacity() const;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 135 ULONG Capacity;
wdm.h     [all...]
  /external/v8/src/heap/
heap.cc 187 intptr_t Heap::Capacity() {
190 return new_space_.Capacity() + OldGenerationCapacity();
196 return old_space_->Capacity() + code_space_->Capacity() +
197 map_space_->Capacity() + lo_space_->SizeOfObjects();
674 string_table()->Capacity());
    [all...]
spaces.h     [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 366 milliseconds

12