Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
StaticAllocation Struct Reference

#include <type.h>

Collaboration diagram for StaticAllocation:
Collaboration graph
[legend]

Public Attributes

size_t line
 
size_t column
 
const char * variable_name
 
bool has_matching_free
 
int free_count
 
int conditional_free_count
 
GrowableArray aliases
 
bool reported
 
bool address_taken
 
const char * function_name
 
const char * file_path
 

Member Data Documentation

◆ address_taken

bool StaticAllocation::address_taken

◆ aliases

GrowableArray StaticAllocation::aliases

◆ column

size_t StaticAllocation::column

◆ conditional_free_count

int StaticAllocation::conditional_free_count

◆ file_path

const char* StaticAllocation::file_path

◆ free_count

int StaticAllocation::free_count

◆ function_name

const char* StaticAllocation::function_name

◆ has_matching_free

bool StaticAllocation::has_matching_free

◆ line

size_t StaticAllocation::line

◆ reported

bool StaticAllocation::reported

◆ variable_name

const char* StaticAllocation::variable_name

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