This commit is contained in:
Christoffer Lerno
2025-05-08 21:05:43 +02:00
parent 164c901ae6
commit 634438eb82
21 changed files with 161 additions and 201 deletions

View File

@@ -37,7 +37,7 @@ fn void ArenaAllocator.clear(&self)
<*
Given some memory, create an arena allocator on the stack for it.
@param [inout] bytes : `The bytes to use`
@param [inout] bytes : `The bytes to use, may be empty.`
@return `An arena allocator using the bytes`
*>