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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTerminatedArrayBuilder.h 9 #include "platform/heap/HeapTerminatedArray.h"
15 class HeapTerminatedArrayBuilder : public TerminatedArrayBuilder<T, HeapTerminatedArray> {
17 explicit HeapTerminatedArrayBuilder(HeapTerminatedArray<T>* array) : TerminatedArrayBuilder<T, HeapTerminatedArray>(array) { }
HeapTerminatedArray.h 15 class HeapTerminatedArray : public TerminatedArray<T> {
31 typedef HeapTerminatedArray* PassPtr;
32 typedef RawPtr<HeapTerminatedArray> Ptr;
36 return reinterpret_cast<HeapTerminatedArray*>(Heap::allocate<HeapTerminatedArray>(capacity * sizeof(T)));
41 return reinterpret_cast<HeapTerminatedArray*>(Heap::reallocate<HeapTerminatedArray>(ptr, capacity * sizeof(T)));
45 // Prohibit construction. Allocator makes HeapTerminatedArray instances for
47 HeapTerminatedArray();
Handle.h 46 template<typename T> class HeapTerminatedArray;
89 typedef WTF::IsSubclassOfTemplate<NonConstType, HeapTerminatedArray> HeapTerminatedArraySubclass;
    [all...]
HeapTest.cpp     [all...]

Completed in 1535 milliseconds