aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/poolamc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Catch-up merge from custom/cet/main to master.Richard Brooksby2013-05-241-8/+19
* Catch up merge from mps master to keyword arguments development branch.Richard Brooksby2013-05-171-4/+4
|\
| * Make forward declarations of various functions consistent with their actual d...Gareth Rees2013-05-151-6/+6
* | Making clear the size of the array of args passed to varargs conversion methods.Richard Brooksby2013-05-161-1/+1
* | New macro mps_arg and revised macro mps_args_add mean that client programs no...Gareth Rees2013-05-121-3/+3
* | Converting varags on buffer and ap creation into keyword argument lists.Richard Brooksby2013-05-091-2/+2
* | Replacing varargs passed to seginit with keyword argument list.Richard Brooksby2013-05-091-5/+15
* | Changing required keyword arguments to cause an assertion rather than return ...Richard Brooksby2013-05-091-2/+2
* | Adding macros to make keyword argument list formation more convenient and rob...Richard Brooksby2013-05-091-13/+4
* | Pushing varargs decoding into a pool class method. much simpler.Richard Brooksby2013-05-081-0/+14
* | Eliminating mps_key_varargs and instead decoding deprecated varargs in one pl...Richard Brooksby2013-05-081-16/+11
* | Converting pools to use keyword arguments, mostly, and so far inconsistently,...Richard Brooksby2013-05-081-8/+26
|/
* Fix job003454: when an amc pool is in the finish ramp mode, it should stay th...Nick Barnes2013-04-041-6/+26
* Undo changes 180370 and 180390 (which supported interior pointers by checking...Gareth Rees2013-02-081-52/+15
* Use a typedef for the type of the function passed to mps_amc_apply to make th...Gareth Rees2012-11-091-4/+4
* Amcnailrangeisunmarked needs to take arguments as client pointers and look at...Gareth Rees2012-11-071-5/+9
* Support ambiguous interior pointers in amc by checking to see if any grain in...Gareth Rees2012-11-061-15/+48
* Amc can't omit the guard "segrankset(seg) != ranksetempty" for calling segset...Gareth Rees2012-11-011-7/+16
* Use a typedef for the type of the function passed to mps_amc_apply to make th...Gareth Rees2012-10-191-2/+2
* Converting more "@@@@" markers to notes or action-oriented todos.Richard Brooksby2012-09-251-3/+5
* Removing unnecessary unused declarations since changelist 179690.Richard Brooksby2012-09-251-2/+0
* Merging improvements from version 1.110 branch.Richard Brooksby2012-09-231-0/+10
|\
| * Suppress warning about pageretstruct_zero being unused.Richard Brooksby2012-09-191-0/+10
* | Short-circuit the cases where we set the greyness or summary of a segment to ...Richard Brooksby2012-09-191-31/+7
|/
* Fixing bugs introduced by type puns passed through scanning methods, discover...Richard Brooksby2012-09-071-4/+4
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-4/+4
* Partial merge of branch/2012-07-23/cet-transform, excluding cet-specific parts.Richard Brooksby2012-09-061-47/+32
* Merging branch/2012-08-21/diagnostic-telemetry.Richard Brooksby2012-09-051-16/+16
|\
| * Abolishing eventgen.pl. event structures are now expanded by the preprocessor.Richard Brooksby2012-08-211-16/+16
* | Renaming some check* macros with more accurate names, making remaining check*...Richard Brooksby2012-09-011-6/+6
|/
* Tidy up code from unused variable warnings.David Lovemore2012-07-311-2/+0
* Fixed up long constants and shifts that needed to be cast to correct type.David Lovemore2012-05-031-1/+1
* Adding casts to varargs in diagnostic outputDavid Lovemore2012-05-031-22/+22
* Fixing up occurences of "unsigned long" in the main mps and test code so that...Richard Brooksby2012-04-231-3/+3
* Mps br/padding exp-168778: amclargesegpages = 8 again.Richard Kistruck2009-09-281-1/+3
* Mps br/padding amc lsp: rename pagespersegmediumlimit as amclargesegpages, an...Richard Kistruck2009-09-181-6/+4
* Mps br/padding amctraceend_pageret: add srm and srl = segments retained mediu...Richard Kistruck2009-09-171-0/+13
* Mps br/padding:Richard Kistruck2009-09-171-298/+18
* Mps br/padding poolamc: rename largeseg as pagespersegmediumlimitRichard Kistruck2009-09-141-7/+7
* Mps br/padding amctraceend_pageret: only output if pret >= pretmin, currently...Richard Kistruck2009-09-091-19/+27
* Mps br/padding amctraceend: rename pcmx as scm (= insurance cost avoided, upp...Richard Kistruck2009-09-041-25/+33
* Mps br/padding poolamc: (tidy) avoid diag-only variable outside diag macro in...Richard Kistruck2009-09-031-16/+13
* Mps br/padding poolamc: simplify amcreclaimnailed accounting to use preserved...Richard Kistruck2009-09-031-12/+12
* Mps br/padding poolamc: pageretstruct -- page-based diags about page retention,Richard Kistruck2009-09-031-6/+123
* Mps br/padding: lsp tweaks and diagRichard Kistruck2009-08-261-13/+89
* Mps br/padding poolamc.c: amcstruct stores per-traceid statisticsRichard Kistruck2009-08-211-1/+34
* Mps br/padding: new pooltraceendmethod: do end-of-trace workRichard Kistruck2009-08-201-0/+19
* Mps br.padding: per-seg padstats; report poolsum- totals in amcdescribe.Richard Kistruck2009-04-171-3/+77
* Mps br/padding poolamc.c: (comments only) better comments on amcsegstructRichard Kistruck2009-04-161-6/+21
* Mps br/padding: diagnostics that show large-segment-padding in action.Richard Kistruck2009-04-091-1/+10