Searched refs:allocator (Results 276 - 300 of 431) sorted by relevance

<<1112131415161718

/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
H A DAndroid.mk95 test_name := containers/unord/unord.multiset/unord.multiset.cnstr/allocator
96 test_src := allocator.pass.cpp
/external/openfst/src/include/fst/
H A Dcache.h55 // A simple allocator class, can be overridden as needed,
120 explicit CacheBaseImpl(C *allocator = 0)
128 allocator_ = allocator ? allocator : new C();
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
138 allocator_ = allocator ? allocator : new C();
514 // With Default allocator, the Free and Allocate will reuse the same S*.
/external/stlport/stlport/stl/pointers/
H A D_set.h41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp269 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) { argument
272 if (NULL == allocator) {
273 allocator = &stdalloc;
275 return allocator->allocPixelRef(this, ctable);
409 /** We explicitly use the same allocator for our pixels that SkMask does,
950 // allocator/lock failed
1092 Allocator *allocator, SkIPoint* offset) const {
1116 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1140 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1091 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
H A DSkCoreBlitters.h201 SkTBlitterAllocator* allocator);
/external/skia/src/core/
H A DSkBitmap.cpp358 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { argument
361 if (NULL == allocator) {
362 allocator = &stdalloc;
364 return allocator->allocPixelRef(this, ctable);
469 /** We explicitly use the same allocator for our pixels that SkMask does,
966 // allocator/lock failed
1147 Allocator *allocator, SkIPoint* offset) const {
1171 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1195 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1146 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
H A DSkCoreBlitters.h201 SkTBlitterAllocator* allocator);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc9 #include "base/allocator/allocator_extension.h"
60 #include "base/allocator/type_profiler.h"
61 #include "base/allocator/type_profiler_tcmalloc.h"
503 // dependency on TCMalloc. Really, we ought to have our allocator shim code
518 base::allocator::SetGetAllocatorWasteSizeFunction(
520 base::allocator::SetGetStatsFunction(GetStatsThunk);
521 base::allocator::SetReleaseFreeMemoryFunction(ReleaseFreeMemoryThunk);
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_LATC.cpp485 SkTBlitterAllocator* allocator) {
499 return allocator->createT<
484 CreateLATCBlitter(int width, int height, void* outputBuffer, SkTBlitterAllocator* allocator) argument
H A DSkTextureCompressor_R11EAC.cpp637 SkTBlitterAllocator* allocator) {
654 return allocator->createT<
/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc106 // Temporarily sets a given allocator in an isolate.
109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) argument
112 isolate->memory_allocator_ = allocator;
/external/stlport/stlport/stl/
H A D_monetary.h58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
H A D_pthread_alloc.h30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
[all...]
H A Dchar_traits.h53 template <class _Tp> class allocator;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h74 PortAllocator *allocator);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc90 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.cc330 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) { argument
338 // The current system allocator
/external/chromium_org/v8/src/
H A Dast.cc222 ZoneAllocationPolicy allocator(zone);
225 allocator);
235 table.Lookup(literal, hash, false, allocator) != NULL) {
239 table.Lookup(literal, hash, true, allocator);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
/external/chromium_org/base/allocator/
H A Dallocator_extension_thunks.target.darwin-arm.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.darwin-arm64.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.darwin-mips.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.darwin-mips64.mk26 base/allocator/allocator_extension_thunks.cc

Completed in 438 milliseconds

<<1112131415161718