mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
paging finally works
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
inline void * operator new (size_t, void *p) throw() { return p; }
|
||||
|
||||
|
||||
namespace kutil {
|
||||
|
||||
void * memset(void *p, uint8_t v, size_t n);
|
||||
|
||||
Reference in New Issue
Block a user