HomeSort by relevance Sort by last modified time
    Searched refs:DefaultAllocator (Results 1 - 22 of 22) 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 {
167 using WTF::DefaultAllocator;
HashCountedSet.h 37 typename Allocator = DefaultAllocator > class HashCountedSet {
HashSet.h 24 #include "wtf/DefaultAllocator.h"
37 typename Allocator = DefaultAllocator> class HashSet {
Deque.h 45 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
144 template<typename T, size_t inlineCapacity = 0, typename Allocator = DefaultAllocator>
174 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...]
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-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-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 291 OffHeapCollectionTraceTrait<Vector<T, inlineCapacity, WTF::DefaultAllocator> >::trace(this, vector);
325 void trace(const HashMap<T, U, V, W, X, WTF::DefaultAllocator>& map)
327 OffHeapCollectionTraceTrait<HashMap<T, U, V, W, X, WTF::DefaultAllocator> >::trace(this, map);
484 struct OffHeapCollectionTraceTrait<WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> > {
485 typedef WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> HashSet;
531 struct OffHeapCollectionTraceTrait<WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> > {
532 typedef WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> HashMap;
554 struct OffHeapCollectionTraceTrait<WTF::Vector<T, N, WTF::DefaultAllocator> > {
555 typedef WTF::Vector<T, N, WTF::DefaultAllocator> Vector;
Handle.h 436 // We overload the various new and delete operators with using the WTF DefaultAllocator to ensure persistent
439 WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::DefaultAllocator);
    [all...]

Completed in 416 milliseconds