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

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_malloc.h35 static void Free(void* ptr) { ::free(ptr); } function in struct:fbl::internal::SlabMalloc
47 static void Free(void* ptr) { ::free(ptr); }
H A Dslab_allocator.h61 // O(SlabMalloc::Allocate) if a new slab needs to be allocated. Free operations
460 SlabMalloc::Free(reinterpret_cast<void*>(free_me));
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dinode-manager.h42 // Free an inode.
43 void Free(WriteTxn* txn, size_t index) { function in class:minfs::InodeManager
44 inode_allocator_->Free(txn, index);
H A Dallocator.h203 // Free an item from the allocator.
204 void Free(WriteTxn* txn, size_t index);
/fuchsia/zircon/kernel/object/
H A Dbuffer_chain_tests.cpp26 BufferChain::Free(bc);
33 BufferChain::Free(bc);
40 BufferChain::Free(bc);
47 BufferChain::Free(bc);
54 BufferChain::Free(bc);
136 BufferChain::Free(bc);
H A Dmessage_packet.cpp112 BufferChain::Free(chain);
H A Dport_dispatcher.cpp46 virtual void Free(PortPacket* port_packet);
74 void ArenaPortAllocator::Free(PortPacket* port_packet) { function in class:ArenaPortAllocator
208 // Free any queued packets.
227 port_packet->Free();
330 port_packet->Free();
H A Dhandle.cpp184 arena_.Free(this);
H A Dexcp_port.cpp245 iopk->Free();
/fuchsia/zircon/kernel/object/include/object/
H A Dport_dispatcher.h87 virtual void Free(PortPacket* port_packet) = 0;
102 void Free() { allocator->Free(this); } function in struct:final
H A Dbuffer_chain.h86 // It is the caller's responsibility to free the chain with BufferChain::Free.
119 static void Free(BufferChain* chain) { function in class:BufferChain
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Darena.h21 // Both Alloc() and Free() are always O(1) and memory always comes
36 void Free(void* addr);
120 Pool control_; // Free list nodes
160 arena_.Free(mem);
/fuchsia/zircon/kernel/lib/fbl/
H A Darena_tests.cpp103 arena.Free(objs[i]);
142 // Free two objects.
143 arena.Free(*--top);
144 arena.Free(*--top);
154 // Free all objects.
157 arena.Free(*--top);
334 // Free a data object.
335 arena.Free(*--top);
344 // Free all of the data objects.
346 arena.Free(*
[all...]
H A Darena.cpp257 void Arena::Free(void* addr) {
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Damlogic-canvas.h87 zx_status_t Free(uint8_t canvas_idx) { function in class:ddk::CanvasProtocolProxy
/fuchsia/zircon/kernel/lib/hypervisor/
H A Dtrap_map.cpp40 void BlockingPortAllocator::Free(PortPacket* port_packet) { function in class:hypervisor::BlockingPortAllocator
76 port_allocator_.Free(port_packet);
/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dtrap_map.h25 virtual void Free(PortPacket* port_packet) override;
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dbase.h407 // will error that DeleterImpl<T> does not have a method Free.
408 DeleterImpl<T>::Free(ptr);
443 static void Free(type *ptr) { deleter(ptr); } \
H A Dstack.h400 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); } function in struct:bssl::internal::DeleterImpl
408 static void Free(Stack *sk) { function in struct:bssl::internal::DeleterImpl
412 DeleterImpl<typename StackTraits<Stack>::Type>::Free));
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs.cpp322 inodes_->Free(wb, vn->ino_);
332 block_allocator_->Free(wb, vn->inode_.dnum[n]);
360 block_allocator_->Free(wb, entry[m]);
364 block_allocator_->Free(wb, vn->inode_.inum[n]);
410 block_allocator_->Free(wb, entry[k]);
414 block_allocator_->Free(wb, dentry[m]);
419 block_allocator_->Free(wb, vn->inode_.dinum[n]);
554 block_allocator_->Free(txn, bno);
H A Dallocator.cpp151 void Allocator::Free(WriteTxn* txn, size_t index) { function in class:minfs::Allocator
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp108 static void Free(void* mem) { function in class:hid::impl::ParseState
586 impl::ParseState::Free(dev_desc);
/fuchsia/zircon/kernel/arch/arm64/
H A Dmmu.cpp81 zx_status_t Free(uint16_t asid);
128 zx_status_t AsidAllocator::Free(uint16_t asid) { function in class:__anon19::AsidAllocator
1113 asid.Free(asid_);

Completed in 96 milliseconds