Home
last modified time | relevance | path

Searched refs:AllocMapEntry (Results 1 – 2 of 2) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_malloc_map.c29 typedef struct AllocMapEntry { struct
31 RB_ENTRY(AllocMapEntry) rb_entry;
35 } AllocMapEntry; typedef
50 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 …]
Dmemcheck_malloc_map.h37 struct AllocMapEntry* rbh_root;