Skip to content

function kfr_allocate_aligned(size_t, size_t) capi

__declspec(dllimport)
#endif
#else
#ifdef KFR_BUILDING_DLL
#define KFR_API_SPEC KFR_CDECL attribute((visibility("default")))
#else
#define KFR_API_SPEC KFR_CDECL
#endif
#endif

#ifdef __cplusplus
extern "C" { … }

Allocates memory with specified alignment (must be a power of two).

Defined at capi.h:173