Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
kalloc_metadata_t Struct Reference

#include <kalloc.h>

Data Fields

size_t size
 
uint32_t magic
 
uint32_t _pad
 

Detailed Description

Definition at line 18 of file kalloc.h.

Field Documentation

◆ _pad

uint32_t kalloc_metadata_t::_pad

Definition at line 21 of file kalloc.h.

Referenced by __attribute__().

◆ magic

uint32_t kalloc_metadata_t::magic

Definition at line 20 of file kalloc.h.

Referenced by __attribute__(), and __attribute__().

◆ size

size_t kalloc_metadata_t::size

Definition at line 19 of file kalloc.h.

Referenced by __attribute__(), __attribute__(), and ssfn_realloc().


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