ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti.h>
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] |
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().
ABTD_spinlock ABTI_ktable::lock |
Definition at line 476 of file abti.h.
Referenced by ABTI_ktable_create(), and ABTI_ktable_set_impl().
ABTD_atomic_ptr ABTI_ktable::p_elems[1] |
Definition at line 480 of file abti.h.
Referenced by ABTI_ktable_create(), ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set_impl().
void* ABTI_ktable::p_extra_mem |
Definition at line 478 of file abti.h.
Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().
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().
int ABTI_ktable::size |
Definition at line 475 of file abti.h.
Referenced by ABTI_ktable_create(), ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set_impl().