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

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.cpp 32 #include "wtf/DefaultAllocator.h"
38 void* DefaultAllocator::backingAllocate(size_t size)
43 void DefaultAllocator::backingFree(void* address)
DefaultAllocator.h 60 class DefaultAllocator {
190 using WTF::DefaultAllocator;
HashCountedSet.h 37 typename Allocator = DefaultAllocator > class HashCountedSet {
Deque.h 45 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
160 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
190 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
ListHashSet.h 25 #include "wtf/DefaultAllocator.h"
248 struct ListHashSetAllocator : public DefaultAllocator {
249 typedef DefaultAllocator TableAllocator;
333 static void traceValue(typename DefaultAllocator::Visitor* visitor, Node* node) { }
    [all...]
HashSet.h 24 #include "wtf/DefaultAllocator.h"
37 typename Allocator = DefaultAllocator> class HashSet {
Vector.h 25 #include "wtf/DefaultAllocator.h"
331 template<typename T, size_t inlineCapacity, typename Allocator = DefaultAllocator>
547 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
    [all...]
wtf.target.darwin-arm.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.darwin-arm64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.darwin-mips.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.darwin-mips64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.darwin-x86.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.darwin-x86_64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-arm.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-arm64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-mips.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-mips64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-x86.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
wtf.target.linux-x86_64.mk 66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
HashMap.h 24 #include "wtf/DefaultAllocator.h"
51 typename Allocator = DefaultAllocator>
LinkedHashSet.h 25 #include "wtf/DefaultAllocator.h"
139 typename Allocator = DefaultAllocator>
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 42 class DefaultAllocator {
67 typename Allocator = DefaultAllocator>
79 typename Allocator = DefaultAllocator>
86 typename Allocator = DefaultAllocator>
93 typename Allocator = DefaultAllocator>
100 typename Allocator = DefaultAllocator>
107 typename Allocator = DefaultAllocator>
116 typename Allocator = DefaultAllocator>
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 304 OffHeapCollectionTraceTrait<Vector<T, inlineCapacity, WTF::DefaultAllocator> >::trace(this, vector);
462 struct OffHeapCollectionTraceTrait<WTF::Vector<T, N, WTF::DefaultAllocator> > {
463 typedef WTF::Vector<T, N, WTF::DefaultAllocator> Vector;
Handle.h 651 // We overload the various new and delete operators with using the WTF DefaultAllocator to ensure persistent
654 WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::DefaultAllocator);
    [all...]

Completed in 737 milliseconds