Searched refs:allocate (Results 26 - 40 of 40) sorted by relevance

12

/haiku/headers/cpp/
H A Dstl_bvector.h262 { return _M_data_allocator.allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
292 { return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
336 { return _Alloc_type::allocate((__n + __WORD_BIT - 1)/__WORD_BIT); }
H A Dstl_list.h144 { return _Node_allocator.allocate(1); }
168 _List_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
222 _List_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
H A Dstl_slist.h194 { return _M_node_allocator.allocate(1); }
217 _Slist_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
264 _Slist_node<_Tp>* _M_get_node() { return _Alloc_type::allocate(1); }
H A Dstl_vector.h44 // and destructor allocate (but don't initialize) storage. This makes
70 { return _M_data_allocator.allocate(__n); }
95 { return _Alloc_type::allocate(__n); }
147 { return _M_data_allocator::allocate(__n); }
H A Dstl_tree.h454 { return _M_node_allocator.allocate(1); }
475 { return _Alloc_type::allocate(1); }
514 { return _Alloc_type::allocate(1); }
H A Dstreambuf.h380 int allocate() { // For AT&T compatibility function in struct:streambuf
H A Dstl_hashtable.h213 _Node* _M_get_node() { return _M_node_allocator.allocate(1); }
222 _Node* _M_get_node() { return _M_node_allocator_type::allocate(1); }
H A Dropeimpl.h874 (_CharT*)alloc::allocate(__len * sizeof(_CharT));
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp334 #warning M68K: FIXME: allocate framebuffer
542 #warning M68K: FIXME: allocate framebuffer
756 #warning M68K: FIXME: allocate framebuffer
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js959 RemoteMessage.prototype.allocate = function(bufferSize)
969 this.allocate(bufferSize);
1778 this.sendMessage.allocate(1024);
/haiku/headers/cpp/std/
H A Dbastring.cc33 return Allocator::allocate(s + extra * sizeof (charT));
/haiku/headers/private/kernel/
H A Dvfs.h114 bool allocate);
/haiku/headers/libs/agg/
H A Dagg_path_storage.h304 pod_allocator<T*>::allocate((m_max_blocks + block_pool) * 2);
326 pod_allocator<T>::allocate(block_size * 2 +
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp38 than one per page, and allocate them all at once, and add them at the
200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
545 // we need to allocate a pgtable
590 // we need to allocate a pgtable
1186 // allocate a rtdir
1258 // allocate some space to hold physical page mapping info
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1655 // changed... (ie. allocate upfront)
3165 kprintf("Failed to allocate memory for constructing the path.\n");
4693 created if \a allocate is \c true.
4698 vfs_get_vnode_cache(struct vnode* vnode, VMCache** _cache, bool allocate) argument
4713 if (allocate) {
4946 // allocate space for FDs and their close-on-exec flag
5067 // allocate new tables

Completed in 212 milliseconds

12