Searched refs:DefaultAllocator (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.cpp32 #include "wtf/DefaultAllocator.h"
38 void* DefaultAllocator::backingAllocate(size_t size)
43 void DefaultAllocator::backingFree(void* address)
H A DDefaultAllocator.h60 class DefaultAllocator { class in namespace:WTF
190 using WTF::DefaultAllocator;
H A DHashCountedSet.h37 typename Allocator = DefaultAllocator > class HashCountedSet {
H A DDeque.h45 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>
H A DListHashSet.h25 #include "wtf/DefaultAllocator.h"
248 struct ListHashSetAllocator : public DefaultAllocator {
249 typedef DefaultAllocator TableAllocator;
333 static void traceValue(typename DefaultAllocator::Visitor* visitor, Node* node) { }
H A DHashSet.h24 #include "wtf/DefaultAllocator.h"
37 typename Allocator = DefaultAllocator> class HashSet {
H A Dwtf.target.darwin-arm.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.darwin-arm64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.darwin-mips.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.darwin-mips64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.darwin-x86.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.darwin-x86_64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-arm.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-arm64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-mips.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-mips64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-x86.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A Dwtf.target.linux-x86_64.mk66 third_party/WebKit/Source/wtf/DefaultAllocator.cpp \
H A DVector.h25 #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>
H A DHashMap.h24 #include "wtf/DefaultAllocator.h"
51 typename Allocator = DefaultAllocator>
H A DLinkedHashSet.h25 #include "wtf/DefaultAllocator.h"
139 typename Allocator = DefaultAllocator>
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h42 class DefaultAllocator { class in namespace:WTF
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/
H A DVisitor.h304 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;
H A DHandle.h651 // We overload the various new and delete operators with using the WTF DefaultAllocator to ensure persistent
654 WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::DefaultAllocator);

Completed in 2804 milliseconds