size_t :: U64 malloc :: #foreign (size: size_t): *void realloc :: #foreign (ptr: *void, size: size_t): *void free :: #foreign (ptr: *void)