libcute 0.1
Loading...
Searching...
No Matches
page.h
Go to the documentation of this file.
1#pragma once
2
4#include "macro.h"
5#include "memory/allocator.h"
6#include <stddef.h>
7
8#if !CU_PLAT_WASM && !CU_FREESTANDING
9
11typedef struct {
12 size_t pageSize;
14
17
18#endif
cu_Allocator cu_Allocator_PageAllocator(cu_PageAllocator *allocator)
Definition page.c:89
Definition allocator.h:24
Definition page.h:11
size_t pageSize
Definition page.h:12