Searched hist:8224 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A D__init__.py8224:75527411e636 Fri Apr 15 13:42:00 EDT 2011 Nathan Binkert <nate@binkert.org> region: add a utility class for keeping track of regions of some range

This is basically like the range_map stuff in src/base (range already
exists in Python). This code is like a set of ranges. I'm using it
to keep track of changed lines in source code, but it could be use to
keep track of memory ranges and holes in memory regions. It could
also be used in memory allocation type stuff. (Though it's not at all
optimized.)
/gem5/src/python/
H A DSConscript8224:75527411e636 Fri Apr 15 13:42:00 EDT 2011 Nathan Binkert <nate@binkert.org> region: add a utility class for keeping track of regions of some range

This is basically like the range_map stuff in src/base (range already
exists in Python). This code is like a set of ranges. I'm using it
to keep track of changed lines in source code, but it could be use to
keep track of memory ranges and holes in memory regions. It could
also be used in memory allocation type stuff. (Though it's not at all
optimized.)

Completed in 16 milliseconds