remove Term
This commit is contained in:
@@ -168,6 +168,13 @@ impl Stack {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn uninitialized() -> Self {
|
||||
Stack {
|
||||
buf: RawBlock::empty_block(),
|
||||
_marker: PhantomData,
|
||||
}
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
unsafe fn alloc(&mut self, frame_size: usize) -> *mut u8 {
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user