ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTI_ktable Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_ktable:
Collaboration graph
[legend]

Data Fields

int size
 
ABTI_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 378 of file abti.h.

Field Documentation

size_t ABTI_ktable::extra_mem_size

Definition at line 383 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_ensure_allocation().

ABTI_spinlock ABTI_ktable::lock

Definition at line 380 of file abti.h.

Referenced by ABTI_ktable_ensure_allocation(), and ABTI_ktable_set().

ABTD_atomic_ptr ABTI_ktable::p_elems[1]
void* ABTI_ktable::p_extra_mem

Definition at line 382 of file abti.h.

Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_ensure_allocation().

void* ABTI_ktable::p_used_mem

Definition at line 381 of file abti.h.

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

int ABTI_ktable::size

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