Searched refs:Free (Results 76 - 98 of 98) sorted by last modified time

1234

/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h28 inline void Free(Node* node)
484 fStrategy.Free(node);
620 inline void Free(Node* node) function in class:AVLTreeMapStrategy::Auto
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp68 Free(pool);
85 fParent->Free(fBase + 1);
122 void Free(void* address) function in struct:DebugAllocPool
127 kprintf("DebugAllocPool::Free(%p): bad address\n", address);
135 kprintf("DebugAllocPool::Free(%p): double free\n", address);
298 sCurrentPool->Free(address);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp219 BlockAllocator::Free(uint64 base, uint64 count, Transaction& transaction) function in class:BlockAllocator
H A DVolume.cpp390 error = fBlockAllocator->Free(node->BlockIndex(), 1, transaction);
H A DBlockAllocator.h34 status_t Free(uint64 base, uint64 count,
88 fAllocator->Free(fIndex, 1, fTransaction);
H A DDirectory.cpp957 error = fDirectory->GetVolume()->GetBlockAllocator()->Free(
1016 error = fDirectory->GetVolume()->GetBlockAllocator()->Free(
H A DFile.cpp550 status_t error = GetVolume()->GetBlockAllocator()->Free(blockIndex, 1,
585 status_t error = GetVolume()->GetBlockAllocator()->Free(blockIndex, 1,
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp264 // To better understand both the Alloc() and Free() logic refer to
435 ((MallocLocalCache *)cache)->Free(object);
457 cache.Free(buf[i]);
473 cache.Free(buf[i]);
502 cache.Free(buf[i]);
H A DSlab.h285 void Free(Type *object) { BaseType::ReturnObject(object); } function in class:TypedCache
408 fSlabCache.Free(slab);
414 fSlabCache.Free(slab);
428 fSlabCache.Free((Slab *)slab);
469 fLinkCache.Free(link);
540 void Free(void *object) function in class:LocalCache
/haiku/src/servers/print/
H A DResourceManager.cpp99 ResourceManager::Free(Resource* r) { function in class:ResourceManager
H A DResourceManager.h49 void Free(Resource* r);
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h1005 uint32 First, Lower, Upper, Free; member in struct:MemHead
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.h48 virtual status_t Free(void* cookie) = 0;
H A DFileDevice.h47 virtual status_t Free(void* cookie);
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp129 MemoryManager::Free(pages, flags);
151 MemoryManager::Free(slab->pages, flags);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.h36 status_t Free(Transaction& transaction, fsblock_t start,
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h14 virtual void Free(void* data) = 0;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp54 fFreeHandler->Free(fMap->Get(thread));
71 fFreeHandler->Free(fMap->Remove(thread));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h155 inline void Free(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.h27 void Free();
H A DStream.cpp45 Free();
60 Free();
101 Stream::Free() function in class:Stream
H A DStream.h22 void Free();
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php10 // parts inspired by the Free Live OS Zoo

Completed in 107 milliseconds

1234