Home
last modified time | relevance | path

Searched defs:rtl_arena_st (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sal/rtl/source/
H A Dalloc_arena.h83 struct rtl_arena_st struct
94 rtl_arena_stat_type m_stats; argument
96 rtl_arena_type * m_source_arena;
97 void * (SAL_CALL * m_source_alloc)(rtl_arena_type *, sal_Size *);
98 void (SAL_CALL * m_source_free) (rtl_arena_type *, void *, sal_Size);
100 sal_Size m_quantum;
101 sal_Size m_quantum_shift; /* log2(m_quantum) */
103 rtl_arena_segment_type m_segment_reserve_span_head;
104 rtl_arena_segment_type m_segment_reserve_head;
106 rtl_arena_segment_type m_segment_head;
[all …]