sapphire/core/__internal/allocate/linux.sp
2022-06-09 17:24:50 +02:00

7 lines
74 B
SourcePawn

let @memalloc (u64 size) : void* in {
}
let @memfree (void* ptr) in {
}