Searched defs:allocator (Results 1 - 25 of 39) sorted by relevance

12

/external/opencore/oscl/oscl/osclerror/src/
H A Doscl_error_allocator.h71 \param allocator - a pointer to the concrete object that provides the allocator/deallocator
73 OsclErrorAllocator(Oscl_DefAlloc* allocator) argument
75 iAllocator = allocator;
/external/stlport/src/
H A Dlocale_impl.h35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >;
72 basic_string<char, char_traits<char>, allocator<char> > name;
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable in typeref:class:_STLP_CLASS_DECLSPEC
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable in typeref:class:_STLP_CLASS_DECLSPEC
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
73 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_
[all...]
H A Ddll_main.cpp114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
118 allocator<_Slist_node_base*> >;
120 allocator<_Slist_node_base*> >;
127 allocator<_Slist_node_base*> >;
132 allocator<_STLP_PRIV _Slist_node_base*> >;
137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<local
158 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
161 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable in typeref:class:_STLP_CLASS_DECLSPEC
167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >; variable
172 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(list)<void*, allocator<void*> >; variable
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >; variable
183 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(deque)<void*, allocator<void*> >; variable
[all...]
/external/qemu/elff/
H A Delf_file.h85 /* Gets DWARF objects allocator for this instance. */
86 class ElfAllocator* allocator() const { function in class:ElfFile
519 /* DWARF objects allocator for this instance. */
/external/dbus/dbus/
H A Ddbus-dataslot.c38 * Initializes a data slot allocator object, used to assign
41 * @param allocator the allocator to initialize
44 _dbus_data_slot_allocator_init (DBusDataSlotAllocator *allocator) argument
46 allocator->allocated_slots = NULL;
47 allocator->n_allocated_slots = 0;
48 allocator->n_used_slots = 0;
49 allocator->lock_loc = NULL;
61 * @param allocator the allocator
67 _dbus_data_slot_allocator_alloc(DBusDataSlotAllocator *allocator, DBusMutex **mutex_loc, dbus_int32_t *slot_id_p) argument
163 _dbus_data_slot_allocator_free(DBusDataSlotAllocator *allocator, dbus_int32_t *slot_id_p) argument
235 _dbus_data_slot_list_set(DBusDataSlotAllocator *allocator, DBusDataSlotList *list, int slot, void *data, DBusFreeFunction free_data_func, DBusFreeFunction *old_free_func, void **old_data) argument
296 _dbus_data_slot_list_get(DBusDataSlotAllocator *allocator, DBusDataSlotList *list, int slot) argument
380 DBusDataSlotAllocator allocator; local
[all...]
/external/webkit/WebCore/platform/text/cf/
H A DStringImplCF.cpp53 return CFSTR("WebCore::String-based allocator");
109 // allocator that are mutable, and those typically are only created by callers who
110 // make a new string using the old string's allocator, such as some of the call
126 static CFAllocatorRef allocator() function in namespace:WebCore::StringWrapperCFAllocator
128 static CFAllocatorRef allocator = create(); local
129 return allocator;
136 CFAllocatorRef allocator = (m_length && isMainThread()) ? StringWrapperCFAllocator::allocator() : 0; local
137 if (!allocator)
140 // Put pointer to the StringImpl in a global so the allocator ca
[all...]
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp79 class allocator<specially_allocated_struct> { class in namespace:std
80 //This allocator just represent what a STLport could do and in this
83 //allocator.
94 typedef allocator<_Tp1> other;
97 allocator() _STLP_NOTHROW {}
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
101 allocator(const allocator&) _STLP_NOTHROW {}
102 ~allocator() _STLP_NOTHRO
[all...]
/external/v8/src/
H A Dhashmap.cc45 Allocator* allocator,
47 allocator_ = allocator;
44 HashMap(MatchFun match, Allocator* allocator, uint32_t initial_capacity) argument
H A Ddisassembler.cc219 HeapStringAllocator allocator; local
220 StringStream accumulator(&allocator);
H A Dstring-stream.h48 // Normal allocator uses new[] and delete[].
114 explicit StringStream(StringAllocator* allocator): argument
115 allocator_(allocator),
H A Dheap-profiler.cc172 HeapStringAllocator allocator; local
173 StringStream stream(&allocator);
221 HeapStringAllocator allocator; local
222 StringStream stream(&allocator);
275 HeapStringAllocator allocator; local
276 StringStream stream(&allocator);
327 HeapStringAllocator allocator; local
328 StringStream stream(&allocator);
/external/webkit/JavaScriptCore/assembler/
H A DARMAssembler.cpp345 void* ARMAssembler::executableCopy(ExecutablePool* allocator) argument
352 char* data = reinterpret_cast<char*>(m_buffer.executableCopy(allocator));
H A DAssemblerBuffer.h127 void* executableCopy(ExecutablePool* allocator) argument
132 void* result = allocator->alloc(m_size);
H A DAssemblerBufferWithConstantPool.h187 void* executableCopy(ExecutablePool* allocator) argument
190 return AssemblerBuffer::executableCopy(allocator);
/external/v8/src/mips/
H A Dcodegen-mips.h144 RegisterAllocator* allocator() const { return allocator_; } function in class:v8::internal::CodeGenerator
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc110 i::HeapStringAllocator allocator; local
111 i::StringStream stream(&allocator);
129 i::HeapStringAllocator allocator; local
130 i::StringStream stream(&allocator);
/external/webkit/JavaScriptCore/wtf/
H A DTCPageMap.h68 void init(void* (*allocator)(size_t)) { argument
69 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
117 void* (*allocator_)(size_t); // Memory allocator
122 void init(void* (*allocator)(size_t)) { argument
123 allocator_ = allocator;
211 void* (*allocator_)(size_t); // Memory allocator
224 void init(void* (*allocator)(size_t)) { argument
225 allocator_ = allocator;
/external/stlport/stlport/stl/pointers/
H A D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/external/webkit/JavaScriptCore/jit/
H A DExecutableAllocatorFixedVMPool.cpp424 static FixedVMPoolAllocator* allocator = 0; member in namespace:JSC
431 if (!allocator)
432 allocator = new FixedVMPoolAllocator(JIT_ALLOCATOR_LARGE_ALLOC_SIZE, TWO_GB);
433 ExecutablePool::Allocation alloc = {reinterpret_cast<char*>(allocator->alloc(size)), size};
441 ASSERT(allocator);
442 allocator->free(allocation.pages, allocation.size);
/external/webkit/JavaScriptGlue/
H A DJavaScriptGlue.cpp47 void *JSCFRetain(CFAllocatorRef allocator, const void *value);
48 void JSCFRelease(CFAllocatorRef allocator, const void *value);
366 void *JSCFRetain(CFAllocatorRef allocator, const void *value) argument
375 void JSCFRelease(CFAllocatorRef allocator, const void *value) argument
/external/bluetooth/glib/glib/
H A Dgmem.c250 * Checks whether the allocator used by g_malloc() is the system's
256 * A different allocator can be set using g_mem_set_vtable().
686 g_allocator_free (GAllocator *allocator) argument
/external/stlport/stlport/stl/
H A D_alloc.h56 // Malloc-based allocator. Typically slower than default alloc below.
86 // New-based allocator. Typically slower than default alloc below.
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
271 /* A small helper struct to recognize STLport allocator implementatio
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
465 __stl_alloc_create(const allocator<_Tp1>&, const _Tp2*) argument
[all...]
H A D_hashtable.h70 _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/arm/
H A Dcodegen-arm.h191 RegisterAllocator* allocator() const { return allocator_; } function in class:v8::internal::CodeGenerator

Completed in 267 milliseconds

12