This commit is contained in:
2025-12-03 18:26:32 +01:00
parent 5d22f8c47a
commit 83a8526a78
4 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ static const allocator_vtbl_t borrow_vtbl = {
.reset = borrow_reset,
};
allocator_t borrow_allocator(borrow_allocator_t *this) {
allocator_t allocator_from_borrow(borrow_allocator_t *this) {
return (allocator_t) {
.this=this,
.vtbl=&borrow_vtbl,