Searched refs:allocators (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp75 // Test combinations of allocators with and without stack storage and with different block
77 SkTArray<GrTAllocator<C>*> allocators; local
79 allocators.push_back(&a1);
81 allocators.push_back(&a2);
83 allocators.push_back(&a5);
86 allocators.push_back(&a1);
88 allocators.push_back(&sa3);
90 allocators.push_back(&sa4);
92 for (int i = 0; i < allocators.count(); ++i) {
93 check_allocator(allocators[
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Doverride_functions.cc49 # error This file is intended for use when overriding allocators
120 // the allocators from libcmt, we need to provide this definition so that
H A Dpatch_functions.cc72 #error This file is intended for patching allocators - use override_functions.cc instead.
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc49 # error This file is intended for use when overriding allocators
120 // the allocators from libcmt, we need to provide this definition so that
H A Dpatch_functions.cc72 #error This file is intended for patching allocators - use override_functions.cc instead.
/external/stlport/
H A DAndroid.mk33 src/allocators.cpp \

Completed in 308 milliseconds