Searched refs:index_group (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dindex.c25 #define PREALLOC_MAX ((SIZE_MAX - sizeof(index_group)) / sizeof(index_record))
28 /// \brief Base structure for index_stream and index_group structures
45 /// \brief AVL tree to hold index_stream or index_group structures
104 } index_group; typedef in typeref:struct:__anon445
457 + sizeof(index_group) + 2 * alloc_overhead;
460 const size_t group_base = sizeof(index_group)
469 // Memory used by index_stream and index_group structures.
563 const index_group *g = (const index_group *)(s->groups.rightmost);
650 index_group *
[all...]

Completed in 107 milliseconds