libcute
0.1
Loading...
Searching...
No Matches
include
memory
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
11
typedef
struct
{
12
size_t
pageSize
;
13
}
cu_PageAllocator
;
14
16
cu_Allocator
cu_Allocator_PageAllocator
(
cu_PageAllocator
*allocator);
17
18
#endif
allocator.h
macro.h
cu_Allocator_PageAllocator
cu_Allocator cu_Allocator_PageAllocator(cu_PageAllocator *allocator)
Definition
page.c:89
cu_Allocator
Definition
allocator.h:24
cu_PageAllocator
Definition
page.h:11
cu_PageAllocator::pageSize
size_t pageSize
Definition
page.h:12
Generated by
1.9.8