Symbol: allocate
headers/cpp/defalloc.h
72
pointer allocate(size_type n) {
headers/cpp/defalloc.h
73
return ::allocate((difference_type)n, (pointer)0);
headers/cpp/ropeimpl.h
874
(_CharT*)alloc::allocate(__len * sizeof(_CharT));
headers/cpp/std/bastring.cc
33
return Allocator::allocate(s + extra * sizeof (charT));
headers/cpp/stl_alloc.h
159
static void* allocate(size_t __n)
headers/cpp/stl_alloc.h
231
static _Tp* allocate(size_t __n)
headers/cpp/stl_alloc.h
232
{ return 0 == __n ? 0 : (_Tp*) _Alloc::allocate(__n * sizeof (_Tp)); }
headers/cpp/stl_alloc.h
233
static _Tp* allocate(void)
headers/cpp/stl_alloc.h
234
{ return (_Tp*) _Alloc::allocate(sizeof (_Tp)); }
headers/cpp/stl_alloc.h
257
static void* allocate(size_t __n)
headers/cpp/stl_alloc.h
259
char* __result = (char*)_Alloc::allocate(__n + _S_extra);
headers/cpp/stl_alloc.h
405
static void* allocate(size_t __n)
headers/cpp/stl_alloc.h
411
return(malloc_alloc::allocate(__n));
headers/cpp/stl_alloc.h
515
_S_start_free = (char*)malloc_alloc::allocate(__bytes_to_get);
headers/cpp/stl_alloc.h
574
__result = allocate(__new_sz);
headers/cpp/stl_alloc.h
758
_Tp* allocate(size_type __n, const void* = 0) {
headers/cpp/stl_alloc.h
759
return __n != 0 ? static_cast<_Tp*>(_Alloc::allocate(__n * sizeof(_Tp)))
headers/cpp/stl_alloc.h
835
_Tp* allocate(size_type __n, const void* = 0) {
headers/cpp/stl_alloc.h
837
? static_cast<_Tp*>(__underlying_alloc.allocate(__n * sizeof(_Tp)))
headers/cpp/stl_bvector.h
262
{ return _M_data_allocator.allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
headers/cpp/stl_bvector.h
292
{ return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
headers/cpp/stl_bvector.h
336
{ return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
headers/cpp/stl_deque.h
291
return node_allocator.allocate(__deque_buf_size(__bufsiz,sizeof(_Tp)));
headers/cpp/stl_deque.h
297
{ return map_allocator.allocate(__n); }
headers/cpp/stl_deque.h
320
{ return _Node_alloc_type::allocate(__deque_buf_size(__bufsiz,
headers/cpp/stl_deque.h
326
{ return _Map_alloc_type::allocate(__n); }
headers/cpp/stl_deque.h
405
{ return _Node_alloc_type::allocate(__deque_buf_size(__bufsiz,
headers/cpp/stl_deque.h
411
{ return _Map_alloc_type::allocate(__n); }
headers/cpp/stl_hashtable.h
213
_Node* _M_get_node() { return _M_node_allocator.allocate(1); }
headers/cpp/stl_hashtable.h
222
_Node* _M_get_node() { return _M_node_allocator_type::allocate(1); }
headers/cpp/stl_list.h
144
{ return _Node_allocator.allocate(1); }
headers/cpp/stl_list.h
168
_List_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
headers/cpp/stl_list.h
222
_List_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
headers/cpp/stl_rope.h
1184
{ return __name##Allocator(_M_data_allocator).allocate(__n); } \
headers/cpp/stl_rope.h
1214
{ return __name##Alloc::allocate(__n); } \
headers/cpp/stl_rope.h
1252
{ return __name##Alloc::allocate(__n); } \
headers/cpp/stl_rope.h
1431
_RopeLeaf* __space = _LAllocator(__a).allocate(1);
headers/cpp/stl_rope.h
1443
_RopeConcatenation* __space = _CAllocator(__a).allocate(1);
headers/cpp/stl_rope.h
1454
_RopeFunction* __space = _FAllocator(__a).allocate(1);
headers/cpp/stl_rope.h
1466
_RopeSubstring* __space = _SAllocator(__a).allocate(1);
headers/cpp/stl_rope.h
1489
_CharT* __buf = __a.allocate(_S_rounded_up_size(__size));
headers/cpp/stl_rope.h
297
{ return __name##Allocator(_M_data_allocator).allocate(__n); } \
headers/cpp/stl_rope.h
324
{ return __name##Alloc::allocate(__n); } \
headers/cpp/stl_rope.h
361
{ return __name##Alloc::allocate(__n); } \
headers/cpp/stl_slist.h
194
{ return _M_node_allocator.allocate(1); }
headers/cpp/stl_slist.h
217
_Slist_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
headers/cpp/stl_slist.h
264
_Slist_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
headers/cpp/stl_tree.h
454
{ return _M_node_allocator.allocate(1); }
headers/cpp/stl_tree.h
475
{ return _Alloc_type::allocate(1); }
headers/cpp/stl_tree.h
514
{ return _Alloc_type::allocate(1); }
headers/cpp/stl_vector.h
147
{ return _M_data_allocator::allocate(__n); }
headers/cpp/stl_vector.h
70
{ return _M_data_allocator.allocate(__n); }
headers/cpp/stl_vector.h
95
{ return _Alloc_type::allocate(__n); }
headers/cpp/streambuf.h
350
int allocate() { // For AT&T compatibility
headers/libs/agg/agg_array.h
116
m_array(pod_allocator<T>::allocate(size)),
headers/libs/agg/agg_array.h
121
m_array(pod_allocator<T>::allocate(v.m_size)),
headers/libs/agg/agg_array.h
132
m_array = pod_allocator<T>::allocate(m_size = size);
headers/libs/agg/agg_array.h
181
void allocate(unsigned size, unsigned extra_tail=0);
headers/libs/agg/agg_array.h
227
m_array = m_capacity ? pod_allocator<T>::allocate(m_capacity) : 0;
headers/libs/agg/agg_array.h
233
void pod_vector<T>::allocate(unsigned size, unsigned extra_tail)
headers/libs/agg/agg_array.h
248
T* data = pod_allocator<T>::allocate(new_size);
headers/libs/agg/agg_array.h
264
m_array(pod_allocator<T>::allocate(m_capacity)) {}
headers/libs/agg/agg_array.h
270
m_array(v.m_capacity ? pod_allocator<T>::allocate(v.m_capacity) : 0)
headers/libs/agg/agg_array.h
279
allocate(v.m_size);
headers/libs/agg/agg_array.h
295
allocate(byte_size);
headers/libs/agg/agg_array.h
581
pod_allocator<T*>::allocate(v.m_max_blocks) :
headers/libs/agg/agg_array.h
588
m_blocks[i] = pod_allocator<T>::allocate(block_size);
headers/libs/agg/agg_array.h
619
T** new_blocks = pod_allocator<T*>::allocate(m_max_blocks + m_block_ptr_inc);
headers/libs/agg/agg_array.h
632
m_blocks[nb] = pod_allocator<T>::allocate(block_size);
headers/libs/agg/agg_array.h
826
int8u* allocate(unsigned size, unsigned alignment=1)
headers/libs/agg/agg_array.h
846
return allocate(size - align, alignment);
headers/libs/agg/agg_array.h
853
return allocate(size, alignment);
headers/libs/agg/agg_array.h
864
pod_allocator<block_type>::allocate(m_max_blocks + m_block_ptr_inc);
headers/libs/agg/agg_array.h
880
pod_allocator<int8u>::allocate(size);
headers/libs/agg/agg_basics.h
38
static T* allocate(unsigned num) { return new T [num]; }
headers/libs/agg/agg_basics.h
52
static T* allocate() { return new T; }
headers/libs/agg/agg_blur.h
1112
m_sum1.allocate(w);
headers/libs/agg/agg_blur.h
1113
m_sum2.allocate(w);
headers/libs/agg/agg_blur.h
1114
m_buf.allocate(w);
headers/libs/agg/agg_blur.h
126
m_buf.allocate(w, 128);
headers/libs/agg/agg_blur.h
127
m_stack.allocate(div, 32);
headers/libs/agg/agg_blur.h
386
stack.allocate(div);
headers/libs/agg/agg_blur.h
453
stack.allocate(div);
headers/libs/agg/agg_blur.h
566
stack.allocate(div);
headers/libs/agg/agg_blur.h
670
stack.allocate(div);
headers/libs/agg/agg_blur.h
824
stack.allocate(div);
headers/libs/agg/agg_blur.h
945
stack.allocate(div);
headers/libs/agg/agg_font_cache_manager.h
107
(glyph_cache*)m_allocator.allocate(sizeof(glyph_cache),
headers/libs/agg/agg_font_cache_manager.h
111
glyph->data = m_allocator.allocate(data_size);
headers/libs/agg/agg_font_cache_manager.h
149
m_fonts(pod_allocator<font_cache*>::allocate(max_fonts)),
headers/libs/agg/agg_font_cache_manager.h
165
m_fonts[idx] = obj_allocator<font_cache>::allocate();
headers/libs/agg/agg_font_cache_manager.h
180
m_fonts[m_num_fonts] = obj_allocator<font_cache>::allocate();
headers/libs/agg/agg_font_cache_manager.h
63
m_font_signature = (char*)m_allocator.allocate(strlen(font_signature) + 1);
headers/libs/agg/agg_font_cache_manager.h
98
(glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256,
headers/libs/agg/agg_gamma_lut.h
54
m_dir_gamma(pod_allocator<HiResT>::allocate(gamma_size)),
headers/libs/agg/agg_gamma_lut.h
55
m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
headers/libs/agg/agg_gamma_lut.h
71
m_dir_gamma(pod_allocator<HiResT>::allocate(gamma_size)),
headers/libs/agg/agg_gamma_lut.h
72
m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
headers/libs/agg/agg_path_storage.h
304
pod_allocator<T*>::allocate((m_max_blocks + block_pool) * 2);
headers/libs/agg/agg_path_storage.h
326
pod_allocator<T>::allocate(block_size * 2 +
headers/libs/agg/agg_rasterizer_cells_aa.h
474
pod_allocator<cell_type*>::allocate(m_max_blocks +
headers/libs/agg/agg_rasterizer_cells_aa.h
487
pod_allocator<cell_type>::allocate(cell_block_size);
headers/libs/agg/agg_rasterizer_cells_aa.h
649
m_sorted_cells.allocate(m_num_cells, 16);
headers/libs/agg/agg_rasterizer_cells_aa.h
652
m_sorted_y.allocate(m_max_y - m_min_y + 1, 16);
headers/libs/agg/agg_rasterizer_compound_aa.h
449
m_styles.allocate(m_max_style - m_min_style + 2, 128);
headers/libs/agg/agg_rasterizer_compound_aa.h
492
m_cells.allocate(num_cells * 2, 256); // Each cell can have two styles
headers/libs/agg/agg_rasterizer_compound_aa.h
494
m_asm.allocate((num_styles + 7) >> 3, 8);
headers/libs/agg/agg_rasterizer_compound_aa.h
613
m_styles.allocate(m_max_style - m_min_style + 2, 128);
headers/libs/agg/agg_rasterizer_compound_aa.h
642
m_cover_buf.allocate(len, 256);
headers/libs/agg/agg_renderer_scanline.h
167
typename BaseRenderer::color_type* colors = alloc.allocate(len);
headers/libs/agg/agg_renderer_scanline.h
360
typename BaseRenderer::color_type* colors = alloc.allocate(len);
headers/libs/agg/agg_renderer_scanline.h
500
color_type* color_span = alloc.allocate(len * 2);
headers/libs/agg/agg_rendering_buffer_dynarow.h
110
int8u* p = pod_allocator<int8u>::allocate(m_byte_width);
headers/libs/agg/agg_scanline_storage_aa.h
105
s.ptr = pod_allocator<T>::allocate(num_cells);
headers/libs/agg/agg_scanline_storage_aa.h
146
dst.ptr = pod_allocator<T>::allocate(dst.len);
headers/libs/agg/agg_span_allocator.h
30
AGG_INLINE color_type* allocate(unsigned span_len)
headers/libs/zydis/Zycore/Allocator.h
118
ZYCORE_EXPORT ZyanStatus ZyanAllocatorInit(ZyanAllocator* allocator, ZyanAllocatorAllocate allocate,
headers/libs/zydis/Zycore/Allocator.h
93
ZyanAllocatorAllocate allocate;
headers/private/kernel/vfs.h
115
bool allocate);
src/add-ons/kernel/drivers/audio/cmedia/cm.c
335
goto allocate;
src/add-ons/kernel/drivers/audio/cmedia/cm.c
342
goto allocate;
src/add-ons/kernel/drivers/audio/cmedia/cm.c
346
goto allocate;
src/add-ons/kernel/drivers/audio/cmedia/cm.c
350
goto allocate;
src/add-ons/kernel/drivers/audio/cmedia/cm.c
354
goto allocate;
src/add-ons/kernel/drivers/audio/cmedia/cm.c
361
allocate:
src/apps/mediaplayer/support/StackBlurFilter.cpp
193
stack.allocate(div);
src/apps/mediaplayer/support/StackBlurFilter.cpp
312
stack.allocate(div);
src/apps/mediaplayer/support/StackBlurFilter.cpp
462
stack.allocate(div);
src/apps/mediaplayer/support/StackBlurFilter.cpp
529
stack.allocate(div);
src/libs/zydis/Zycore/Allocator.c
104
ZyanStatus ZyanAllocatorInit(ZyanAllocator* allocator, ZyanAllocatorAllocate allocate,
src/libs/zydis/Zycore/Allocator.c
107
if (!allocator || !allocate || !reallocate || !deallocate)
src/libs/zydis/Zycore/Allocator.c
112
allocator->allocate = allocate;
src/libs/zydis/Zycore/List.c
68
ZYAN_ASSERT(list->allocator->allocate);
src/libs/zydis/Zycore/List.c
69
ZYAN_CHECK(list->allocator->allocate(list->allocator, (void**)node,
src/libs/zydis/Zycore/Vector.c
201
ZYAN_ASSERT(allocator->allocate);
src/libs/zydis/Zycore/Vector.c
212
return allocator->allocate(vector->allocator, &vector->data, vector->element_size,
src/system/kernel/device_manager/IOSchedulerSimple.cpp
818
bool allocate)
src/system/kernel/device_manager/IOSchedulerSimple.cpp
822
if (owner != NULL || !allocate)
src/system/kernel/device_manager/IOSchedulerSimple.h
69
bool allocate);
src/system/kernel/fs/vfs.cpp
4751
vfs_get_vnode_cache(struct vnode* vnode, VMCache** _cache, bool allocate)
src/system/kernel/fs/vfs.cpp
4766
if (allocate) {
src/system/libroot/posix/malloc/hoard2/threadheap.cpp
83
m.allocate((int)sb->getNumBlocks() *
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
100
if (fFree >= allocate) {
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
102
FreeChunk* chunk = fChunksBySizeTree.FindClosest(allocate, true, true);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
104
address = _Use(chunk, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
113
status_t status = _Map(allocate, chunk, mostlyClear);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
117
address = _Use(chunk, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
122
status_t AllocatePagesAt(void* _address, size_t allocate, bool& cleared)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
127
if (allocate <= kLargestUsefulChunk) {
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
132
if (remainingAfter < allocate) {
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
136
size_t add = allocate - remainingAfter;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
146
_Use(chunk, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
158
if (allocate > kLargestUsefulChunk)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
161
status_t status = _ResizeLastArea(allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
163
fUsed += allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
189
status = resize_area(info.area, info.size + allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
192
fUsed += allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
337
status_t _Map(size_t allocate, FreeChunk*& allocated, bool& mostlyClear)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
341
status_t status = _ResizeLastArea(allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
343
allocated = _Insert((void*)oldTop, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
358
allocate, B_NO_LOCK, B_READ_AREA | B_WRITE_AREA);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
366
fLastAreaTop = newAreaBase + allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
367
fLastAreaSize = allocate;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
370
allocated = _Insert((void*)newAreaBase, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
81
status_t AllocatePages(size_t allocate, void*& address, bool& cleared)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
85
if (allocate > kLargestUsefulChunk) {
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
89
&address, B_ANY_ADDRESS, allocate,
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
93
fUsed += allocate;
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
183
allocate(aperture, 2 * B_PAGE_SIZE, 0, 0, base[0], physical[0]);
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
184
allocate(aperture, 4 * B_PAGE_SIZE, 0, B_APERTURE_NON_RESERVED, base[1],
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
186
allocate(aperture, 1 * B_PAGE_SIZE, 0, B_APERTURE_NEED_PHYSICAL, base[2],
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
189
allocate(aperture, 1 * B_PAGE_SIZE, 4 * B_PAGE_SIZE, 0, base[2],
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
194
allocate(aperture, 5 * B_PAGE_SIZE, 0, 0, base[1], physical[1]);
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
207
allocate(aperture, 25 * B_PAGE_SIZE, 0, 0, base[0], physical[0]);
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
209
allocate(aperture, 4 * B_PAGE_SIZE, 0, 0, base[0], physical[0]);
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
107
allocate(start, length);