cucon/logchain.h: Chained chunks of memory with logarithmic time access
[Deprecated (Subject to Removal)]

Defines

#define cuconP_LOGCHAIN_LINK(logchain, i)   (((void **)(logchain))[-i-1])

Typedefs

typedef unsigned int cucon_logchain_depth_t

Functions

void * cucon_logchain_galloc (cucon_logchain_depth_t depth, size_t size, void *lch_prev)
void * cuconP_logchain_find_nontrivial (void *, size_t, size_t)
void * cucon_logchain_find (void *src_lch, cucon_logchain_depth_t src_depth, cucon_logchain_depth_t dst_depth)
void * cucon_logchain_prev (void *logchain, cucon_logchain_depth_t src_depth)

Detailed Description

Deprecated:
Use cucon/frame.h: Constructive Stack
Generated 2009-11-23 for culibs-0.25 using Doxygen. Maintained by Petter Urkedal.