Searched refs:fAllocator (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h79 fAllocator(allocator),
88 fAllocator->Free(fIndex, 1, fTransaction);
99 status_t error = fAllocator->Allocate(0, 1, fTransaction, fIndex,
114 BlockAllocator* fAllocator; member in class:AllocatedBlock
/haiku/src/apps/resedit/
H A DResourceRoster.cpp44 create_editor * fAllocator; member in class:EditorInfo
51 fAllocator(allocator)
64 return fAllocator();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp26 fAllocator(NULL),
52 fAllocator = new(std::nothrow) PhysicalMemoryAllocator("USB Stack Allocator",
54 if (!fAllocator || fAllocator->InitCheck() < B_OK) {
56 delete fAllocator;
57 fAllocator = NULL;
85 delete fAllocator;
281 return fAllocator->Allocate(size, logicalAddress, physicalAddress);
289 return fAllocator->Deallocate(size, logicalAddress, physicalAddress);
H A Dusb_private.h190 PhysicalMemoryAllocator * fAllocator; member in class:Stack
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h119 fAllocator(allocator),
128 fAllocator.Free(fTable);
339 fAllocator.Free(allocation);
437 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize);
463 fAllocator.Free(fTable);
491 Allocator fAllocator; member in class:BOpenHashTable
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp319 fAllocator(NULL),
327 if (fAllocator != NULL) {
329 fAllocator->Free(fBlock);
330 fAllocator.Unset();
339 fAllocator.SetTo(allocator, false);
341 return fAllocator->Allocate(size, &fBlock, newArea);
H A DClientMemoryAllocator.h87 fAllocator; member in class:ClientMemory
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h119 fAllocator(allocator),
128 fAllocator.Free(fTable);
339 fAllocator.Free(allocation);
437 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize);
463 fAllocator.Free(fTable);
491 Allocator fAllocator; member in class:BOpenHashTable
H A DAVLTreeMap.h614 Node* result = fAllocator.Allocate();
616 fAllocator.Construct(result, key, value);
622 fAllocator.Destruct(node);
623 fAllocator.Deallocate(node);
658 Allocator<Node> fAllocator; member in class:AVLTreeMapStrategy::Auto

Completed in 121 milliseconds