|
ARGOBOTS
1.1
|
#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 431 of file abti.h.
Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().
| ABTD_spinlock ABTI_ktable::lock |
Definition at line 428 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 432 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 430 of file abti.h.
Referenced by ABTI_ktable_alloc_elem(), and ABTI_ktable_create().
| 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().
| int ABTI_ktable::size |
Definition at line 427 of file abti.h.
Referenced by ABTI_ktable_create(), ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set_impl().
1.8.17