Public Attributes | |
ae_lock | pool_lock |
void *volatile | seed_object |
ae_shared_pool_entry *volatile | recycled_objects |
ae_shared_pool_entry *volatile | recycled_entries |
ae_shared_pool_entry *volatile | enumeration_counter |
ae_int_t | size_of_object |
void(* | init )(void *dst, ae_state *state) |
void(* | init_copy )(void *dst, void *src, ae_state *state) |
void(* | destroy )(void *ptr) |
ae_dyn_block | frame_entry |
ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::enumeration_counter |
ae_dyn_block alglib_impl::ae_shared_pool::frame_entry |
void(* alglib_impl::ae_shared_pool::init) (void *dst, ae_state *state) |
void(* alglib_impl::ae_shared_pool::init_copy) (void *dst, void *src, ae_state *state) |
ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::recycled_entries |
ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::recycled_objects |