Skip to content

Function ::kfr_allocate

function kfr_allocate(size_t) capi

void* kfr_allocate(size_t size)

Parameters
size Number of bytes to allocate.
Returns
Pointer to the allocated block, or NULL on failure.

Fully qualified name: kfr_allocate(size_t)

Declared at capi.h:215

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.