5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
record Alloc {
|
|
u8* userdata;
|
|
u8*(u8* userdata, u8* ptr, u32 sz)* realloc;
|
|
}
|