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

#include <workqueue.h>

Data Fields

workqueue_ptr_tdata
 
size_t size
 
size_t capacity
 
size_t alloc_size
 

Detailed Description

Definition at line 8 of file workqueue.h.

Field Documentation

◆ alloc_size

size_t vector_workqueue_ptr_t::alloc_size

Definition at line 8 of file workqueue.h.

◆ capacity

size_t vector_workqueue_ptr_t::capacity

Definition at line 8 of file workqueue.h.

◆ data

workqueue_ptr_t* vector_workqueue_ptr_t::data

Definition at line 8 of file workqueue.h.

Referenced by workqueue_process().

◆ size

size_t vector_workqueue_ptr_t::size

Definition at line 8 of file workqueue.h.

Referenced by workqueue_process().


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