summaryrefslogtreecommitdiffstats
path: root/src/space_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-8/+8
* Fix a leak in the verifier and a minor test bug.Elliott Hughes2012-03-161-1/+1
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-3/+3
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Space trim and other unit tests. General space clean up.Ian Rogers2012-01-291-7/+247
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-16/+21
* Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-281-7/+27
* Add a C++ equivalent of Android's TimingLogger, and use it for the heap.Elliott Hughes2011-10-121-4/+4
* Fix space_test by ensuring Runtime::Current() is not nullBrian Carlstrom2011-09-271-4/+5
* Switch to UniquePtr.Elliott Hughes2011-08-301-9/+9
* Work on heap and space initialization to support image loadingBrian Carlstrom2011-08-181-4/+4
* Remove author attributions.Carl Shapiro2011-08-141-1/+0
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-3/+3
* Add allocation and garbage collection infrastructure.Carl Shapiro2011-07-211-0/+68