Searched refs:Free (Results 1 - 25 of 97) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h14 virtual void Free(void* data) = 0;
/haiku/src/servers/print/
H A DResourceManager.h49 void Free(Resource* r);
H A DResourceManager.cpp99 ResourceManager::Free(Resource* r) { function in class:ResourceManager
/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/network/protocols/tcp/
H A DBufferQueue.h44 inline size_t Free() const;
82 BufferQueue::Free() const function in class:BufferQueue
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.h36 status_t Free(Transaction& transaction, fsblock_t start,
H A DInodeAllocator.h28 virtual status_t Free(Transaction& transaction, ino_t id,
/haiku/src/system/kernel/slab/
H A DSmallObjectCache.cpp85 MemoryManager::Free(pages, flags);
100 MemoryManager::Free(slab->pages, flags);
H A DHashedObjectCache.h87 void Free(void* memory) const function in struct:HashedObjectCache::InternalAllocator
H A DHashedObjectCache.cpp129 MemoryManager::Free(pages, flags);
151 MemoryManager::Free(slab->pages, flags);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h34 status_t Free(uint64 base, uint64 count,
88 fAllocator->Free(fIndex, 1, fTransaction);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.h27 void Free();
H A DStream.h22 void Free();
/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);
H A DAbstractModuleDevice.h46 virtual status_t Free(void* cookie);
/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/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.h22 status_t Free();
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.h27 status_t Free() override;
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h35 status_t Free();
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h28 status_t Free();
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h67 void Free(void* memory) const function in struct:MallocAllocator
128 fAllocator.Free(fTable);
339 fAllocator.Free(allocation);
463 fAllocator.Free(fTable);
/haiku/src/servers/app/
H A DClientMemoryAllocator.h45 void Free(block* cookie);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h40 status_t Free(Transaction& transaction, block_run run);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h67 void Free(void* memory) const function in struct:MallocAllocator
128 fAllocator.Free(fTable);
339 fAllocator.Free(allocation);
463 fAllocator.Free(fTable);

Completed in 499 milliseconds

1234