Home | History | Annotate | Download | only in memcheck

Lines Matching refs:AllocMap

35 typedef struct AllocMap {
38 } AllocMap;
48 void allocmap_init(AllocMap* map);
69 RBTMapResult allocmap_insert(AllocMap* map,
86 MallocDescEx* allocmap_find(const AllocMap* map,
104 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled);
115 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
127 int allocmap_copy(AllocMap* to,
128 const AllocMap* from,
138 int allocmap_empty(AllocMap* map);