Searched defs:CMA__T_INT_STACK (Results 1 – 1 of 1) sorted by relevance
113 typedef struct CMA__T_INT_STACK { struct114 cma__t_object header; /* Common header (sequence, type info */115 cma__t_int_attr *attributes; /* Backpointer to attr obj */116 cma___t_cluster *cluster; /* Stack's cluster */117 cma_t_address stack_base; /* base address of stack */118 cma_t_address yellow_zone; /* first address of yellow zone */119 cma_t_address last_guard; /* last address of guard pages */120 cma_t_natural first_chunk; /* First chunk allocated */121 cma_t_natural chunk_count; /* Count of chunks allocated */122 cma__t_int_tcb *tcb; /* TCB backpointer */[all …]