ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTI_ktable Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_ktable:
Collaboration graph
[legend]

Data Fields

int size
 
ABTD_spinlock lock
 
void * p_used_mem
 
void * p_extra_mem
 
size_t extra_mem_size
 
ABTD_atomic_ptr p_elems [1]
 

Detailed Description

Definition at line 474 of file abti.h.

Field Documentation

◆ extra_mem_size

size_t ABTI_ktable::extra_mem_size

Definition at line 479 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().

◆ lock

ABTD_spinlock ABTI_ktable::lock

Definition at line 476 of file abti.h.

Referenced by ABTI_ktable_create(), and ABTI_ktable_set_impl().

◆ p_elems

ABTD_atomic_ptr ABTI_ktable::p_elems[1]

◆ p_extra_mem

void* ABTI_ktable::p_extra_mem

Definition at line 478 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().

◆ p_used_mem

void* ABTI_ktable::p_used_mem

Definition at line 477 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), ABTI_ktable_create(), and ABTI_ktable_free().

◆ size

int ABTI_ktable::size

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