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

1234

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h53 status_t Free();
/haiku/src/system/boot/loader/
H A Dheap.cpp189 void Free() function in struct:LargeAllocation
289 allocation->Free();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h40 status_t Free(Transaction& transaction, block_run run);
H A DBPlusTree.h228 status_t Free(Transaction& transaction, off_t offset);
H A DInode.h159 status_t Free(Transaction& transaction);
H A DVolume.h116 status_t Free(Transaction& transaction, block_run run);
229 Volume::Free(Transaction& transaction, block_run run) function in class:Volume
231 return fBlockAllocator.Free(transaction, run);
/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/servers/app/
H A DClientMemoryAllocator.cpp125 ClientMemoryAllocator::Free(block* freeBlock) function in class:ClientMemoryAllocator
329 fAllocator->Free(fBlock);
H A DClientMemoryAllocator.h45 void Free(block* cookie);
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp395 FileDevice::Free(void* _cookie) function in class:FileDevice
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.h28 virtual status_t Free(Transaction& transaction, ino_t id,
H A DInodeAllocator.cpp59 InodeAllocator::Free(Transaction& transaction, ino_t id, bool isDirectory) function in class:InodeAllocator
61 TRACE("InodeAllocator::Free(%d, %c)\n", (int)id, isDirectory ? 't' : 'f');
73 panic("InodeAllocator::Free() can't free inodes if uninit\n");
78 TRACE("InodeAllocator::Free(): Updating block group data\n");
/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/system/kernel/slab/
H A DSmallObjectCache.cpp85 MemoryManager::Free(pages, flags);
100 MemoryManager::Free(slab->pages, flags);
H A DMemoryManager.h49 static void Free(void* pages, uint32 flags);
H A DHashedObjectCache.h87 void Free(void* memory) const function in struct:HashedObjectCache::InternalAllocator
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp229 return device->Free();
H A DDevice.h28 status_t Free();
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp192 return device->Free();
H A DDevice.cpp53 fMixer.Free();
210 Device::Free() function in class:Device
H A DMixer.cpp122 Mixer::Free() function in class:Mixer
H A DDevice.h55 status_t Free();
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h68 status_t Free();
/haiku/src/servers/print/
H A DPrintServerApp.cpp226 fResourceManager.Free(printer->GetResource());
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp69 void Free(void* buffer);
217 rtm_pool::Free(void* allocated) function in class:rtm_pool
412 pool->Free(allocated);
442 pool->Free(oldBuffer);
468 pool->Free(oldBuffer);

Completed in 132 milliseconds

1234