Searched refs:Allocate (Results 1 - 25 of 44) sorted by last modified time

12

/haiku/src/servers/app/
H A DBitmapManager.cpp129 clientData = (overlay_client_data*)bitmap->fClientMemory.Allocate(
148 buffer = (uint8*)bitmap->fClientMemory.Allocate(allocator,
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
341 return fAllocator->Allocate(size, &fBlock, newArea);
H A DClientMemoryAllocator.h43 void* Allocate(size_t size, block** _address,
78 void* Allocate(ClientMemoryAllocator* allocator,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp215 status_t Allocate(size_t size) function in struct:FUSEVolume::AttrDirCookie
317 status_t Allocate(size_t size) function in struct:FUSEVolume::AttrCookie
2427 status_t error = cookie->Allocate(listSize);
2537 error = cookie->Allocate(attrSize);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1700 status_t status = fVolume->Allocate(transaction, this, length, run,
1812 status_t status = fVolume->Allocate(transaction, this, blocksRequested,
H A DBPlusTree.cpp522 CachedNode::Allocate(Transaction& transaction, bplustree_node** _node, function in class:BFS::CachedNode
1255 status = cachedDuplicate.Allocate(transaction,
1319 status = cachedDuplicate.Allocate(transaction, &newDuplicate,
1343 status = cachedDuplicate.Allocate(transaction, &fragment, &offset);
1750 status_t status = cachedNewRoot.Allocate(transaction, &root,
1766 status_t status = cachedOther.Allocate(transaction, &other,
H A DBlockAllocator.cpp41 class Allocate : public AbstractTraceEntry { class in namespace:BFSBlockTracing
43 Allocate(block_run run) function in class:BFSBlockTracing::Allocate
174 inline void Allocate(uint16 start, uint16 numBlocks);
201 status_t Allocate(Transaction& transaction, uint16 start, int32 length);
274 AllocationBlock::Allocate(uint16 start, uint16 numBlocks) function in class:AllocationBlock
298 FATAL(("AllocationBlock::Allocate(): some blocks are already "
379 AllocationGroup::Allocate(Transaction& transaction, uint16 start, int32 length)
430 cached.Allocate(start, numBlocks);
603 if (fGroups[i].Allocate(transaction, 0, reservedBlocksInGroup) < B_OK) {
691 if (groups[0].Allocate(transactio
[all...]
H A DBlockAllocator.h37 status_t Allocate(Transaction& transaction, Inode* inode,
H A DBPlusTree.h229 status_t Allocate(Transaction& transaction,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp41 status_t Allocate(Transaction& transaction, fsblock_t start,
219 AllocationBlockGroup::Allocate(Transaction& transaction, fsblock_t _start, function in class:AllocationBlockGroup
223 TRACE("AllocationBlockGroup::Allocate(%" B_PRIu32 ",%" B_PRIu32 ")\n",
240 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
280 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
714 status_t status = fGroups[bestGroup].Allocate(transaction, bestStart,
731 BlockAllocator::Allocate(Transaction& transaction, Inode* inode, function in class:BlockAllocator
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp126 void* Allocate();
528 block_cache::Allocate() function in class:FSShell::block_cache
569 block->current_data = Allocate();
847 block->original_data = cache->Allocate();
858 block->parent_data = cache->Allocate();
1722 block->compare = cache->Allocate();
H A DOpenHashTable.h62 void* Allocate(size_t size) const function in struct:MallocAllocator
437 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize);
/haiku/src/system/kernel/
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
1573 T(Allocate((addr_t)address, size));
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
216 T(Allocate(area.heap,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp281 return fAllocator->Allocate(size, logicalAddress, physicalAddress);
H A DPhysicalMemoryAllocator.h27 status_t Allocate(size_t size,
H A DPhysicalMemoryAllocator.cpp118 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress, function in class:PhysicalMemoryAllocator
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h62 void* Allocate(size_t size) const function in struct:MallocAllocator
437 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize);
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp245 void* Allocate(size_t size) function in class:SchedulingAnalysis::SchedulingAnalysisManager
305 void* memory = Allocate(sizeof(Thread));
326 void* memory = Allocate(sizeof(WaitObject));
402 void* memory = Allocate(sizeof(ThreadWaitObject));
443 = (scheduling_analysis_thread**)Allocate(
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp250 void* Allocate();
1471 block_cache::Allocate() function in class:block_cache
1516 block->current_data = Allocate();
2071 block->original_data = cache->Allocate();
2089 block->parent_data = cache->Allocate();
3675 block->compare = cache->Allocate();
/haiku/src/system/kernel/slab/
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
527 T(Allocate(cache, flags));
531 TRACE("MemoryManager::Allocate(%p, %#" B_PRIx32 "): chunkSize: %"
559 TRACE("MemoryManager::Allocate() done: %p (meta chunk: %d, chunk %d)\n",
616 // Allocate as an area.
H A DSmallObjectCache.cpp76 status_t error = MemoryManager::Allocate(this, flags, pages);
/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/system/boot/loader/
H A Dheap.cpp182 status_t Allocate(size_t size) function in struct:LargeAllocation
269 if (allocation->Allocate(size) != B_OK) {
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp510 Allocate(size_t size) function in class:MallocBuffer
557 encodingBuffer.Allocate(READ_BUFFER_SIZE * 4);

Completed in 353 milliseconds

12