createAnonymousMapping

Allocates memory using anonymous mapping. New memory will contain zeros.

void*
createAnonymousMapping
(
size_t size
)

Parameters

size size_t

size of allocatable memory in bytes

Return Value

Type: void*

pointer to allocatable memory area.

Meta