HomeSort by relevance Sort by last modified time
    Searched defs:allocator (Results 51 - 72 of 72) sorted by null

1 23

  /frameworks/base/libs/binder/
MemoryDealer.cpp 181 * they're special as they don't have any record in the allocator
238 const ssize_t offset = allocator()->allocate(size);
247 allocator()->deallocate(offset);
252 allocator()->dump(what);
259 SimpleBestFitAllocator* MemoryDealer::allocator() const { function in class:android::MemoryDealer
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 56 // Malloc-based allocator. Typically slower than default alloc below.
86 // New-based allocator. Typically slower than default alloc below.
96 // Allocator adaptor to check size arguments for debugging.
98 // NDEBUG, but it's far better to just use the underlying allocator
145 // Default node allocator.
175 /* macro to convert the allocator for initialization
179 * not used implicitly to convert allocator parameter, so let us do it explicitly */
191 // Another allocator adaptor: _Alloc_traits. This serves two
193 // either SGI-style allocators or standard-conforming allocator.
270 class allocator //: public _AllocatorAux<_Tp class in inherits:__stlport_class
364 class _STLP_CLASS_DECLSPEC allocator<void> { class
388 _STLP_EXPORT_TEMPLATE_CLASS allocator<char>; variable
390 _STLP_EXPORT_TEMPLATE_CLASS allocator<wchar_t>; variable
393 _STLP_EXPORT_TEMPLATE_CLASS allocator<void*>; variable
    [all...]
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 56 // Malloc-based allocator. Typically slower than default alloc below.
86 // New-based allocator. Typically slower than default alloc below.
96 // Allocator adaptor to check size arguments for debugging.
98 // NDEBUG, but it's far better to just use the underlying allocator
145 // Default node allocator.
175 /* macro to convert the allocator for initialization
179 * not used implicitly to convert allocator parameter, so let us do it explicitly */
191 // Another allocator adaptor: _Alloc_traits. This serves two
193 // either SGI-style allocators or standard-conforming allocator.
270 class allocator //: public _AllocatorAux<_Tp class in inherits:__stlport_class
364 class _STLP_CLASS_DECLSPEC allocator<void> { class
388 _STLP_EXPORT_TEMPLATE_CLASS allocator<char>; variable
390 _STLP_EXPORT_TEMPLATE_CLASS allocator<wchar_t>; variable
393 _STLP_EXPORT_TEMPLATE_CLASS allocator<void*>; variable
    [all...]
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 56 // Malloc-based allocator. Typically slower than default alloc below.
86 // New-based allocator. Typically slower than default alloc below.
96 // Allocator adaptor to check size arguments for debugging.
98 // NDEBUG, but it's far better to just use the underlying allocator
145 // Default node allocator.
175 /* macro to convert the allocator for initialization
179 * not used implicitly to convert allocator parameter, so let us do it explicitly */
191 // Another allocator adaptor: _Alloc_traits. This serves two
193 // either SGI-style allocators or standard-conforming allocator.
270 class allocator //: public _AllocatorAux<_Tp class in inherits:__stlport_class
364 class _STLP_CLASS_DECLSPEC allocator<void> { class
388 _STLP_EXPORT_TEMPLATE_CLASS allocator<char>; variable
390 _STLP_EXPORT_TEMPLATE_CLASS allocator<wchar_t>; variable
393 _STLP_EXPORT_TEMPLATE_CLASS allocator<void*>; variable
    [all...]
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 138 LocMap::Allocator &alloc)
282 LocMap::Allocator allocator; member in class:__anon8103::LDVImpl
423 UserValue *UV = new UserValue(Var, Offset, DL, allocator);
    [all...]
  /external/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /external/v8/src/mips/
codegen-mips.h 279 RegisterAllocator* allocator() const { return allocator_; } function in class:v8::internal::CodeGenerator
  /external/qemu/
console.h 215 struct DisplayAllocator* allocator; member in struct:DisplayState
241 return ds->allocator->create_displaysurface(width, height);
246 return ds->allocator->resize_displaysurface(ds->surface, width, height);
251 ds->allocator->free_displaysurface(ds->surface);
  /external/v8/src/
heap-profiler.cc 174 HeapStringAllocator allocator; local
175 StringStream stream(&allocator);
224 HeapStringAllocator allocator; local
225 StringStream stream(&allocator);
278 HeapStringAllocator allocator; local
279 StringStream stream(&allocator);
483 HeapStringAllocator allocator; local
484 StringStream stream(&allocator);
960 HeapEntriesAllocator* allocator,
963 allocator_(allocator),
    [all...]
top.cc 183 HeapStringAllocator allocator; local
185 StringStream accumulator(&allocator);
322 StringAllocator* allocator; local
324 allocator = new HeapStringAllocator();
326 allocator = preallocated_message_space_;
330 StringStream accumulator(allocator);
340 delete allocator;
    [all...]
profile-generator.h 811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
824 EntryInfo(HeapEntry* entry, HeapEntriesAllocator* allocator)
826 allocator(allocator),
831 HeapEntriesAllocator* allocator; member in struct:v8::internal::HeapEntriesMap::EntryInfo
874 HeapEntriesAllocator* allocator) = 0;
877 HeapEntriesAllocator* allocator) = 0;
    [all...]
objects.cc 621 HeapStringAllocator allocator; local
622 StringStream accumulator(&allocator);
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 414 HeapStringAllocator allocator; local
415 StringStream accumulator(&allocator);
    [all...]
test-heap-profiler.cc 107 i::HeapStringAllocator allocator; local
108 i::StringStream stream(&allocator);
126 i::HeapStringAllocator allocator; local
127 i::StringStream stream(&allocator);
    [all...]
  /external/bluetooth/glib/glib/
gslice.c 1 /* GLIB sliced memory - fast concurrent memory chunk allocator
48 /* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
49 * allocator and magazine extensions as outlined in:
50 * + [Bonwick94] Jeff Bonwick, The slab allocator: An object-caching kernel
51 * memory allocator. USENIX 1994, http://citeseer.ist.psu.edu/bonwick94slab.html
53 * slab allocator to many cpu's and arbitrary resources.
68 * - the slab allocator. this allocator allocates slabs (blocks of memory) close
77 * - the page allocator. on most modern systems, posix_memalign(3) or
83 * allocator with alloc-only behaviour is used
199 static Allocator allocator[1] = { { 0, }, }; variable
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 1077 FunctionDecl *allocator = E->getOperatorNew(); local
    [all...]

Completed in 1804 milliseconds

1 23