Searched defs:RangeMap (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_rangemap.h43 typedef struct _RangeMap RangeMap; typedef in typeref:struct:_RangeMap
45 /* Create a new RangeMap, using given allocation and free functions.
50 RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT),
55 /* Free all memory associated with a RangeMap. */
56 void VG_(deleteRangeMap) ( RangeMap* );
63 void VG_(bindRangeMap) ( RangeMap* rm,
67 the key bounds. Can never fail since the RangeMap covers the
71 /*OUT*/UWord* val, const RangeMap* rm, UWord key );
74 Word VG_(sizeRangeMap) ( const RangeMap* rm );
78 /*OUT*/UWord* val, const RangeMap* r
[all...]
/external/google-breakpad/src/processor/
H A Drange_map.h53 class RangeMap { class in namespace:google_breakpad
55 RangeMap() : map_() {} function in class:google_breakpad::RangeMap
90 // Returns the number of ranges stored in the RangeMap.
112 // be stored, because RangeMap uses it as the key to the map.
H A Dmap_serializers-inl.h120 const RangeMap<Address, Entry> &m) const {
139 const RangeMap<Address, Entry> &m, char *dest) const {
170 const RangeMap<Address, Entry> &m, unsigned int *size) const {
119 SizeOf( const RangeMap<Address, Entry> &m) const argument
138 Write( const RangeMap<Address, Entry> &m, char *dest) const argument
169 Serialize( const RangeMap<Address, Entry> &m, unsigned int *size) const argument
/external/v8/src/
H A Dallocation-tracker.h80 typedef std::map<Address, RangeStack> RangeMap; typedef in class:v8::internal::AddressToTraceMap
84 RangeMap ranges_;

Completed in 276 milliseconds