Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wmem_range_t Struct Reference

Represents a numeric range used in wmem's internal range tree. More...

#include <wmem_interval_tree.h>

Public Attributes

uint64_t low
 
uint64_t high
 
uint64_t max_edge
 

Detailed Description

Represents a numeric range used in wmem's internal range tree.

This structure defines a half-open interval [low, high] and is used as a node in a binary range tree. It supports efficient range queries and overlap detection.

Member Data Documentation

◆ high

uint64_t _wmem_range_t::high

Upper bound of the range .

◆ low

uint64_t _wmem_range_t::low

Lower bound of the range; used as the tree key.

◆ max_edge

uint64_t _wmem_range_t::max_edge

Maximum high value among all descendant nodes in the subtree.


The documentation for this struct was generated from the following file: