Searched refs:allocator (Results 26 - 34 of 34) sorted by relevance

12

/haiku/src/tools/fs_shell/
H A DOpenHashTable.h78 * called byt he memory allocator).
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) argument
119 fAllocator(allocator),
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp18 // allocated by this allocator is accessed.
69 // A detached allocator no longer allows any further allocations
336 ClientMemory::Allocate(ClientMemoryAllocator* allocator, size_t size, argument
339 fAllocator.SetTo(allocator, false);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h78 * called by the memory allocator).
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) argument
119 fAllocator(allocator),
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.h209 status_t _SendReply(RequestAllocator& allocator,
/haiku/src/kits/interface/
H A DBitmap.cpp1160 BPrivate::ServerMemoryAllocator* allocator local
1164 error = allocator->AddArea(fServerArea, fArea,
1167 error = allocator->AreaAndBaseFor(fServerArea, fArea,
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp462 static AreaInfo* Create(Allocator& allocator, VMArea* area, size_t ramSize, argument
465 AreaInfo* areaInfo = allocator.New<AreaInfo>();
466 const char* name = allocator.DuplicateString(area->name);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h268 RequestAllocator* allocator,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp793 BlockAllocator& allocator = volume->Allocator(); local
794 allocator.Fragment();
804 BlockAllocator& allocator = volume->Allocator(); local
808 while (allocator.AllocateBlocks(transaction, 8, 0, 64, 1, run)
H A DInode.cpp1764 // from the block allocator
2716 InodeAllocator allocator(transaction);
2719 status = allocator.New(&parentRun, mode, publishFlags, run, vnodeOps,
2757 status = allocator.CreateTree();
2825 allocator.Keep(vnodeOps, publishFlags);

Completed in 90 milliseconds

12