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

123456

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h14 virtual void Free(void* data) = 0;
/haiku-fatelf/src/servers/print/
H A DResourceManager.h49 void Free(Resource* r);
H A DResourceManager.cpp99 ResourceManager::Free(Resource* r) { function in class:ResourceManager
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DThreadLocal.h14 virtual void Free(void* data) = 0;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp54 fFreeHandler->Free(fMap->Get(thread));
71 fFreeHandler->Free(fMap->Remove(thread));
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.h47 inline size_t Free() const;
85 BufferQueue::Free() const function in class:BufferQueue
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DThreadLocal.cpp54 fFreeHandler->Free(fMap->Get(thread));
71 fFreeHandler->Free(fMap->Remove(thread));
/haiku-fatelf/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-fatelf/src/system/kernel/slab/
H A DSmallObjectCache.cpp82 MemoryManager::Free(pages, flags);
97 MemoryManager::Free(slab->pages, flags);
H A DHashedObjectCache.h87 void Free(void* memory) const function in struct:HashedObjectCache::InternalAllocator
/haiku-fatelf/src/bin/gdb/gdb/
H A Dobserver.sh22 Copyright 2004 Free Software Foundation, Inc.
28 the Free Software Foundation; either version 2 of the License, or
37 along with this program; if not, write to the Free Software
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.h27 void Free();
H A DStream.h22 void Free();
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_ecm/
H A DECMDevice.h22 status_t Free();
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DSLList.h56 inline void Free(Node *node) const function in class:SLListStandardNodeAllocator
72 inline void Free(Node *node) const function in class:SLListValueNodeAllocator
244 fNodeAllocator.Free(node);
255 fNodeAllocator.Free(node);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DReport.cpp59 void Report::Free() { function in class:Report
H A DReport.h81 void Free();
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dbuild_info.pl5 # Copyright (C) 2009 Free Software Foundation, Inc.
9 # the Free Software Foundation; either version 3 of the License, or
104 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. */
/haiku-fatelf/src/system/kernel/device_manager/
H A DAbstractModuleDevice.h46 virtual status_t Free(void* cookie);
H A DBaseDevice.h48 virtual status_t Free(void* cookie) = 0;
H A DFileDevice.h47 virtual status_t Free(void* cookie);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.h35 status_t Free(Transaction *transaction, block_run run);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DSLList.h56 inline void Free(Node *node) const function in class:SLListStandardNodeAllocator
72 inline void Free(Node *node) const function in class:SLListValueNodeAllocator
244 fNodeAllocator.Free(node);
255 fNodeAllocator.Free(node);

Completed in 119 milliseconds

123456