paged_dynamic_array

Array container with paged allocation for internal usage.

Members

Functions

mremap
void* mremap(void* old_address, size_t old_size, size_t new_size, int flags, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

MREMAP_MAYMOVE
enum MREMAP_MAYMOVE;
Undocumented in source.

Structs

PagedDynamicArray
struct PagedDynamicArray(T)
Undocumented in source.

Meta

Authors

Per Nordlöw