Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
alglib_impl::ae_shared_pool Struct Reference

#include <ap.h>

Collaboration diagram for alglib_impl::ae_shared_pool:
Collaboration graph
[legend]

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
 
ae_bool(* init )(void *dst, ae_state *state, ae_bool make_automatic)
 
ae_bool(* init_copy )(void *dst, void *src, ae_state *state, ae_bool make_automatic)
 
void(* destroy )(void *ptr)
 
ae_dyn_block frame_entry
 

Detailed Description

Definition at line 519 of file ap.h.

Member Data Documentation

◆ destroy

void(* alglib_impl::ae_shared_pool::destroy) (void *ptr)

Definition at line 557 of file ap.h.

◆ enumeration_counter

ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::enumeration_counter

Definition at line 545 of file ap.h.

◆ frame_entry

ae_dyn_block alglib_impl::ae_shared_pool::frame_entry

Definition at line 560 of file ap.h.

◆ init

ae_bool(* alglib_impl::ae_shared_pool::init) (void *dst, ae_state *state, ae_bool make_automatic)

Definition at line 551 of file ap.h.

◆ init_copy

ae_bool(* alglib_impl::ae_shared_pool::init_copy) (void *dst, void *src, ae_state *state, ae_bool make_automatic)

Definition at line 554 of file ap.h.

◆ pool_lock

ae_lock alglib_impl::ae_shared_pool::pool_lock

Definition at line 522 of file ap.h.

◆ recycled_entries

ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::recycled_entries

Definition at line 542 of file ap.h.

◆ recycled_objects

ae_shared_pool_entry* volatile alglib_impl::ae_shared_pool::recycled_objects

Definition at line 533 of file ap.h.

◆ seed_object

void* volatile alglib_impl::ae_shared_pool::seed_object

Definition at line 525 of file ap.h.

◆ size_of_object

ae_int_t alglib_impl::ae_shared_pool::size_of_object

Definition at line 548 of file ap.h.


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