Function ::kfr_allocate_aligned¶
function kfr_allocate_aligned(size_t, size_t) capi¶
void* kfr_allocate_aligned(size_t size, size_t alignment)
| size | Number of bytes to allocate. |
| alignment | Required alignment in bytes. Must be a power of two. |
Pointer to the allocated block, or NULL on failure. |
Fully qualified name: kfr_allocate_aligned(size_t, size_t)
Declared at capi.h:224
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.