MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _aspace_bst_search_overlap

Function _aspace_bst_search_overlap

examples/test/avl.c:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428struct rt_varea *_aspace_bst_search_overlap(struct rt_aspace *aspace,
429 struct _mm_range range)
430{
431 struct util_avl_root *root = &aspace->tree.tree;
432 return search(root, range, compare_overlap);
433}
434
435#ifdef ENABLE_DEBUG
436#include "bst_assert.h"

Callers 1

test_bst_adptFunction · 0.50

Calls 1

searchFunction · 0.70

Tested by

no test coverage detected