7 lines
74 B
SourcePawn
7 lines
74 B
SourcePawn
let @memalloc (u64 size) : void* in {
|
|
|
|
}
|
|
|
|
let @memfree (void* ptr) in {
|
|
|
|
} |