29#define PROBE_NCACHE_INIT_SIZE 24
30#define PROBE_NCACHE_ADD_SIZE 8
100SEXP_t *probe_ncache_ref (
probe_ncache_t *cache,
const char *name);
Element name cache structure.
Definition ncache.h:36
pthread_rwlock_t lock
pthread read-write lock
Definition ncache.h:37
size_t real
number of cached names
Definition ncache.h:39
size_t size
pre-allocated size
Definition ncache.h:40
SEXP_t ** name
array of S-exp refs
Definition ncache.h:38