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

#include <elf.h>

Data Fields

uint64_tdata
 
size_t size
 
size_t capacity
 
size_t alloc_size
 

Detailed Description

Definition at line 263 of file elf.h.

Field Documentation

◆ alloc_size

size_t vector_uint64_t::alloc_size

Definition at line 263 of file elf.h.

◆ capacity

size_t vector_uint64_t::capacity

Definition at line 263 of file elf.h.

◆ data

uint64_t* vector_uint64_t::data

Definition at line 263 of file elf.h.

◆ size

size_t vector_uint64_t::size

Definition at line 263 of file elf.h.

Referenced by execve(), and proccess_elf().


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