Searched refs:reserve (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.cpp34 fUIDs.reserve(index + 1);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h73 status_t _ReserveDeviceOnBus(bool reserve);
H A DDevice.cpp549 Device::_ReserveDeviceOnBus(bool reserve) argument
552 if (reserve) {
556 ERROR("Unable to reserve PCI device %d:%d:%d on bus:%#010x\n",
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.cpp31 fBuffer.reserve(capacity);
/haiku/src/bin/debug/strace/
H A Dsignals.cpp155 string.reserve(256);
H A DNetworkTypes.cpp70 r.reserve(16);
198 r.reserve(16);
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp738 inputs.reserve(32);
779 outputs.reserve(32);
884 inputs.reserve(32);
911 inputs.reserve(32);
937 outputs.reserve(32);
963 outputs.reserve(32);
/haiku/headers/cpp/
H A Dstl_hashtable.h514 _M_buckets.reserve(__n_buckets);
1012 _M_buckets.reserve(__ht._M_buckets.size());
H A Dbitset895 __tmp.reserve(_Nb);
H A Dstl_bvector.h663 void reserve(size_type __n) { function in class:vector
H A Dstl_vector.h283 void reserve(size_type __n) { function in class:vector
H A Dstl_rope.h2272 void reserve(size_type __res_arg = 0) {} function in class:rope
/haiku/headers/cpp/std/
H A Dbastring.h362 void reserve (size_type) { } function in class:basic_string
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp143 : _inherited() { reserve(count); }
/haiku/src/system/kernel/vm/
H A Dvm.cpp239 // The memory reserve an allocation of the certain priority must not touch.
1575 // thus need to reserve pages for the mapping backend upfront.
1605 // TODO: We don't reserve the memory for the pages for the page
1616 // For full lock areas reserve the pages before locking the address
1916 // reserve pages needed for the mapping
2212 // If we're going to pre-map pages, we need to reserve the pages needed by
2764 // the cache and reserve as many pages.
4160 panic("could not reserve boot loader ranges\n");
5054 // luck then, we ensure that the minimum object reserve is
5197 size_t reserve local
[all...]

Completed in 204 milliseconds