Added classes Rx, RxAlgo, RxCache, RxDataset.
This commit is contained in:
parent
ea1149a971
commit
f42adafee0
18 changed files with 704 additions and 144 deletions
|
@ -44,6 +44,8 @@ public:
|
|||
static void freeLargePagesMemory(void *p, size_t size);
|
||||
static void protectExecutableMemory(void *p, size_t size);
|
||||
static void unprotectExecutableMemory(void *p, size_t size);
|
||||
|
||||
static inline constexpr size_t align(size_t pos, size_t align = 2097152) { return ((pos - 1) / align + 1) * align; }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue