6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
record Allocator {
|
|
u8* userdata;
|
|
u8*(u8* userdata, u8* original, u32 size) realloc;
|
|
}
|
|
|