summaryrefslogtreecommitdiff
path: root/misc/apr_rmm.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.jerenkrantz2007-01-151-6/+6
* * misc/apr_rmm.c (apr_rmm_realloc): Fix offset calculation.jorton2005-08-051-1/+1
* * misc/apr_rmm.c: Add a comment describing the layout of an RMMjorton2005-08-051-0/+29
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * misc/apr_rmm.c (apr_rmm_overhead_get): Account for worst casejorton2004-07-071-1/+4
* * misc/apr_rmm.c (find_block_of_size): Remove redundant conditional.jorton2004-07-071-12/+5
* * misc/apr_rmm.c: Ensure allocated blocks use default addressjorton2004-07-071-12/+15
* Fix an occasional crash in apr_rmm_realloc().trawick2004-03-201-1/+6
* Fix a signed/unsigned mismatch that caused an underflow.wrowe2004-03-161-1/+1
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* fix some bugs in the find_block_of_size() function which would causejwoolley2003-12-061-2/+2
* Replace the 'grain' with a more generic APR_ALIGN_DEFAULT.madhum2003-04-211-10/+3
* Cause/Symptom : SIGBUS when trying to write to a "double", that was alignedmadhum2003-04-181-1/+1
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* axe some broken error checkingtrawick2002-10-041-12/+6
* variable grain should be static; it isn't part of the APItrawick2002-07-161-1/+1
* - Remove MIN_BLK_SIZE bogosity. If the user wants to allocate small chunks,jerenkrantz2002-04-301-4/+2
* The style police have been called back to the scene of the crime.jerenkrantz2002-04-301-2/+2
* The style police come before the bug police. (Bug police are on the case.)jerenkrantz2002-04-301-5/+5
* axe unused variabletrawick2002-03-151-1/+0
* PR:dougm2002-03-151-2/+1
* PR:dougm2002-03-141-1/+2
* PR:dougm2002-03-141-0/+27
* Update our copyright for this year.fielding2002-03-131-1/+1
* Make sure granularity is a aligned on both pointer and long entities.wrowe2002-01-091-0/+11
* Collapse a block upon free into it's previous and/or next blockwrowe2002-01-091-3/+22
* handle !APR_HAS_THREADStrawick2002-01-081-2/+2
* Introduce apr_rmm_overhead_get(n) which will calculate the overheadwrowe2002-01-081-0/+5
* Add an apr_anylock_t to the rmm create/attach fns. Only the user of thewrowe2002-01-081-7/+57
* get relocatable-managed-memory stuff to compiletrawick2002-01-051-3/+3
* A minimalist relocatable memory manager. When I suggest minimalist,wrowe2002-01-051-0/+355