ARGOBOTS  1.1
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 426 of file abti.h.

Field Documentation

◆ extra_mem_size

size_t ABTI_ktable::extra_mem_size

Definition at line 431 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().

◆ lock

ABTD_spinlock ABTI_ktable::lock

Definition at line 428 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 430 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 429 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: