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

#include <vector.h>

Data Fields

void * data
 
size_t size
 
size_t capacity
 
size_t alloc_size
 

Detailed Description

Definition at line 74 of file vector.h.

Field Documentation

◆ alloc_size

size_t vector_T::alloc_size

Definition at line 79 of file vector.h.

◆ capacity

size_t vector_T::capacity

Definition at line 77 of file vector.h.

◆ data

void* vector_T::data

Definition at line 75 of file vector.h.

◆ size

size_t vector_T::size

Definition at line 76 of file vector.h.


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