sapphire/core/__internal/allocate/linux.sp

11 lines
101 B
SourcePawn
Raw Normal View History

2022-06-02 16:25:01 +00:00
namespace allocate {
@memalloc (void*) (u64 size) {
}
@memfree (void* ptr) {
}
}