fn isLastAllocation(self: *FixedBufferAllocator, buf: []u8) bool

NOTE: this will not work in all cases, if the last allocation had an adjusted_index then we won’t be able to determine what the last allocation was. This is because the alignForward operation done in alloc is not reversible.

Parameters

buf: []u8,