Searched refs:AllocMapEntry (Results 1 – 2 of 2) sorted by relevance
29 typedef struct AllocMapEntry { struct31 RB_ENTRY(AllocMapEntry) rb_entry;35 } AllocMapEntry; typedef50 allocmapentry_alloc_begins(const AllocMapEntry* adesc) in allocmapentry_alloc_begins()63 allocmapentry_alloc_ends(const AllocMapEntry* adesc) in allocmapentry_alloc_ends()83 cmp_rb(AllocMapEntry* d1, AllocMapEntry* d2) in cmp_rb()95 RB_GENERATE(AllocMap, AllocMapEntry, rb_entry, cmp_rb);107 AllocMapEntry* adesc, in allocmap_insert_desc()110 AllocMapEntry* existing = AllocMap_RB_INSERT(map, adesc); in allocmap_insert_desc()139 static inline AllocMapEntry*[all …]
37 struct AllocMapEntry* rbh_root;