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

12

/haiku/headers/private/kernel/util/
H A DMallocFreeAllocator.h19 Pointer Allocate() { function in class:MallocFreeAllocator
H A DOpenHashTable.h62 void* Allocate(size_t size) const function in struct:MallocAllocator
H A DAVLTreeMap.h612 inline Node* Allocate(const Key& key, const Value& value) function in class:AVLTreeMapStrategy::Auto
/haiku/src/servers/print/
H A DResourceManager.cpp86 ResourceManager::Allocate(const char* transport, const char* address, const char* connection) { function in class:ResourceManager
/haiku/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/src/system/kernel/slab/
H A DHashedObjectCache.h82 void* Allocate(size_t size) const function in struct:HashedObjectCache::InternalAllocator
H A DMemoryManager.cpp83 class Allocate : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
85 Allocate(ObjectCache* cache, uint32 flags) function in class:MemoryManager::Tracing::Allocate
523 MemoryManager::Allocate(ObjectCache* cache, uint32 flags, void*& _pages) function in class:MemoryManager
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp36 void *Allocate(size_t size) { return fMemory = malloc(size); } function in class:TempAllocator
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp118 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress, function in class:PhysicalMemoryAllocator
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp67 ClientMemoryAllocator::Allocate(size_t size, block** _address, bool& newArea) function in class:ClientMemoryAllocator
336 ClientMemory::Allocate(ClientMemoryAllocator* allocator, size_t size, function in class:ClientMemory
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp94 void* Allocate(size_t size) function in struct:DebugAllocPool
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h62 void* Allocate(size_t size) const function in struct:MallocAllocator
H A Dblock_cache.cpp528 block_cache::Allocate() function in class:FSShell::block_cache
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp41 class Allocate : public AbstractTraceEntry { class in namespace:BFSBlockTracing
43 Allocate(block_run run) function in class:BFSBlockTracing::Allocate
274 AllocationBlock::Allocate(uint16 start, uint16 numBlocks) function in class:AllocationBlock
[all...]
H A DVolume.h220 Volume::Allocate(Transaction& transaction, Inode* inode, off_t numBlocks, function in class:Volume
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h150 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/add-ons/translators/ico/
H A DICO.cpp37 void *Allocate(size_t size) { return fMemory = malloc(size); } function in class:TempAllocator
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp510 Allocate(size_t size) function in class:MallocBuffer
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp245 void* Allocate(size_t size) function in class:SchedulingAnalysis::SchedulingAnalysisManager
/haiku/src/system/boot/loader/
H A Dheap.cpp182 status_t Allocate(size_t size) function in struct:LargeAllocation
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h200 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp219 AllocationBlockGroup::Allocate(Transaction& transaction, fsblock_t _start, function in class:AllocationBlockGroup
731 BlockAllocator::Allocate(Transaction& transaction, Inode* inode, function in class:BlockAllocator
/haiku/src/system/kernel/
H A Dguarded_heap.cpp99 class Allocate : public GuardedHeapTraceEntry { class in namespace:GuardedHeapTracing
101 Allocate(guarded_heap* heap, void* pageBase, uint32 flags) function in class:GuardedHeapTracing::Allocate
H A Dheap.cpp214 class Allocate : public AbstractTraceEntry { class in namespace:KernelHeapTracing
216 Allocate(addr_t address, size_t size) function in class:KernelHeapTracing::Allocate

Completed in 142 milliseconds

12