infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
LargeData Struct Reference

A struct guaranteed to be larger than two registers (32 bytes). More...

#include <types.h>

Public Attributes

long long data [4]
 

Detailed Description

A struct guaranteed to be larger than two registers (32 bytes).

This struct will be passed by reference on all currently supported platforms, testing the "pass-by-reference" ABI logic.

Member Data Documentation

◆ data

long long LargeData::data[4]

The documentation for this struct was generated from the following file: