Searched defs:Allocate (Results 1 - 25 of 32) sorted by relevance

12

/haiku-fatelf/headers/private/kernel/util/
H A DMallocFreeAllocator.h19 Pointer Allocate() { function in class:MallocFreeAllocator
H A DOpenHashTable.h58 void* Allocate(size_t size) const function in struct:MallocAllocator
H A DAVLTreeMap.h611 inline Node* Allocate(const Key& key, const Value& value) function in class:AVLTreeMapStrategy::Auto
/haiku-fatelf/src/servers/print/
H A DResourceManager.cpp86 ResourceManager::Allocate(const char* transport, const char* address, const char* connection) { function in class:ResourceManager
/haiku-fatelf/src/system/kernel/slab/
H A DHashedObjectCache.h82 void* Allocate(size_t size) const function in struct:HashedObjectCache::InternalAllocator
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h96 status_t Allocate(uint64 baseHint = 0) function in class:AllocatedBlock
H A DBlockAllocator.cpp164 BlockAllocator::Allocate(uint64 baseHint, uint64 count, function in class:BlockAllocator
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.cpp122 AllocationBlock::Allocate(uint16 start, uint16 numBlocks) function in class:AllocationBlock
[all...]
H A DVolume.h173 Volume::Allocate(Transaction *transaction, const Inode *inode, off_t numBlocks, block_run &run, uint16 minimum) function in class:Volume
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp131 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress, function in class:PhysicalMemoryAllocator
/haiku-fatelf/src/add-ons/translators/pcx/
H A DPCX.cpp36 void *Allocate(size_t size) { return fMemory = malloc(size); } function in class:TempAllocator
/haiku-fatelf/src/servers/app/
H A DClientMemoryAllocator.cpp67 ClientMemoryAllocator::Allocate(size_t size, block** _address, bool& newArea) function in class:ClientMemoryAllocator
316 ClientMemory::Allocate(ClientMemoryAllocator* allocator, size_t size, function in class:ClientMemory
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DSLList.h51 inline Node *Allocate(const Value &a) const function in class:SLListStandardNodeAllocator
67 inline Node *Allocate(const Value &a) const function in class:SLListValueNodeAllocator
H A DTwoKeyAVLTree.h150 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DSLList.h51 inline Node *Allocate(const Value &a) const function in class:SLListStandardNodeAllocator
67 inline Node *Allocate(const Value &a) const function in class:SLListValueNodeAllocator
H A DAVLTree.h99 inline Node *Allocate(const Value &a) const function in class:AVLTreeStandardNodeAllocator
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_heap.cpp94 void* Allocate(size_t size) function in struct:DebugAllocPool
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h209 Volume::Allocate(Transaction& transaction, Inode* inode, off_t numBlocks, function in class:Volume
H A DBlockAllocator.cpp43 class Allocate : public AbstractTraceEntry { class in namespace:BFSBlockTracing
45 Allocate(block_run run) function in class:BFSBlockTracing::Allocate
306 AllocationBlock::Allocate(uint16 start, uint16 numBlocks) function in class:AllocationBlock
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DTwoKeyAVLTree.h171 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku-fatelf/src/add-ons/translators/ico/
H A DICO.cpp37 void *Allocate(size_t size) { return fMemory = malloc(size); } function in class:TempAllocator
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp205 AllocationBlockGroup::Allocate(Transaction& transaction, fsblock_t _start, function in class:AllocationBlockGroup
674 BlockAllocator::Allocate(Transaction& transaction, Inode* inode, function in class:BlockAllocator
/haiku-fatelf/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp246 void* Allocate(size_t size) function in class:SchedulingAnalysis::SchedulingAnalysisManager
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp1171 Allocate(size_t size) function in class:MallocBuffer
/haiku-fatelf/src/system/kernel/
H A Dguarded_heap.cpp97 class Allocate : public GuardedHeapTraceEntry { class in namespace:GuardedHeapTracing
99 Allocate(guarded_heap* heap, void* pageBase, uint32 flags) function in class:GuardedHeapTracing::Allocate

Completed in 278 milliseconds

12