summaryrefslogtreecommitdiff
path: root/slabs.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused variabledormando2012-07-291-2/+0
* If we're preallocating memory, prealloc slab pagesdormando2012-07-291-13/+8
* Remove USE_SYSTEM_MALLOC definedormando2012-07-271-17/+0
* remove rebalancer's race conditiondormando2012-07-271-11/+9
* automove levels are an int instead of bool nowdormando2012-07-271-5/+8
* slab rebalancing from random classdormando2012-07-271-0/+26
* split slab rebalance and automove threadsdormando2012-07-271-10/+53
* remove end_page_ptr business from slabsdormando2012-07-271-28/+5
* pre-split slab pages into slab freelistsdormando2012-07-271-4/+17
* more portable refcount atomicsdormando2012-01-101-2/+2
* Fix a race condition from 1.4.10 on item_remove1.4.11-beta1dormando2012-01-081-22/+53
* fix braindead linked list faildormando2012-01-081-0/+1
* no same-class reassignment, better errorsdormando2012-01-031-1/+5
* initial slab automoverdormando2012-01-031-2/+72
* slab reassignmentdormando2011-12-191-15/+284
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-1/+2
* Issue 163: Buggy mem_requested valuesTrond Norbye2010-11-121-0/+14
* Added reclaimed statistics.Trond Norbye2010-01-121-0/+4
* Use slab class growth factor for slab size limitColin Pitrat2009-10-301-1/+1
* Remove slab size special case for growth factor 2. bug56Colin Pitrat2009-10-291-4/+0
* remove old unfinished slab reassignment codedormando2009-10-071-85/+0
* Make item size max start time configurable.dormando2009-10-071-5/+5
* -vv mode now prints the final slab classdormando2009-10-061-1/+5
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-2/+2
* Issue 42: Stats slabs should include the number of requested bytesTrond Norbye2009-08-191-0/+5
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-60/+27
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-5/+1
* Use stat macros for stats slabs.Dustin Sallings2009-03-241-109/+29
* Use stat macros for toplevel slab stats.Dustin Sallings2009-03-241-26/+11
* Minor refactoring.Dustin Sallings2009-03-231-9/+3
* stats slab's used_chunks should show chunks put to useDustin Sallings2009-03-231-1/+1
* Added CAS stats.Dustin Sallings2009-03-071-0/+14
* incr/decr statsDustin Sallings2009-03-071-0/+14
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+7
* Show hits and sets on slab stats.Dustin Sallings2009-03-061-0/+18
* Create a more sensible definition for the maximum number of slab classes.Dustin Sallings2009-03-061-1/+1
* Moved slab sizing definitions from slabs.c to memcached.hDustin Sallings2009-03-061-6/+0
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-2/+0
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-051-5/+49
* stats slabs total_pages typo fixedSteve Yen2009-03-021-1/+1
* Remove stats malloc and stats mapsTrond Norbye2009-01-291-93/+0
* Fix for binary stats with subcommand.Dustin Sallings2009-01-031-4/+10
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-53/+50
* RHEL specify the members in mallinfo as int while Solaris use long. Add expli...Trond Norbye2009-01-031-10/+10
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-15/+15
* Fix for invalid free in get_stats() pointed out by Trond.Toru Maesaka2009-01-031-3/+1
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-10/+9
* Fixed a typo in stats key and cleaned whitespaces.Toru Maesaka2009-01-031-2/+2
* A callback function is used for stats request over ascii protocol as well now.Toru Maesaka2009-01-031-192/+147
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-36/+36