Searched refs:Free (Results 1 - 25 of 98) sorted by path

1234

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php10 // parts inspired by the Free Live OS Zoo
/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/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp53 fMixer.Free();
210 Device::Free() function in class:Device
H A DDevice.h55 status_t Free();
H A DDriver.cpp192 return device->Free();
H A DMixer.cpp122 Mixer::Free() function in class:Mixer
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/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h28 status_t Free();
H A DDriver.cpp229 return device->Free();
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h68 status_t Free();
/haiku/src/add-ons/kernel/file_systems/bfs/
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/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/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);
/haiku/src/servers/print/
H A DPrintServerApp.cpp226 fResourceManager.Free(printer->GetResource());
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/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/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);

Completed in 156 milliseconds

1234