Searched defs:SlotId (Results 1 – 2 of 2) sorted by relevance
| /external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
| D | suballocator.rs | 1027 unsafe fn free(&self, node_id: SlotId) { in free() 1257 unsafe fn allocate(&mut self, node_id: SlotId) { in allocate() 1325 unsafe fn split(&mut self, node_id: SlotId, offset: DeviceSize, size: DeviceSize) { in split() 1392 unsafe fn free(&mut self, node_id: SlotId) { in free() 1408 unsafe fn coalesce(&mut self, node_id: SlotId) { in coalesce() 2560 pub fn allocate(&mut self, val: T) -> SlotId { in allocate() 2580 pub unsafe fn free(&mut self, id: SlotId) { in free() 2621 pub(super) struct SlotId(NonZeroUsize); struct
|
| /external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/ |
| D | dut.pb.go | 1673 …SlotId int32 `protobuf:"varint,1,opt,name=slot_id,json=slotId,proto3" json:"slot_… member
|