summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
...
* Please review;wrowe2009-12-191-10/+8
* Cleanups for various gcc warnings, conditional assignment and type errorswrowe2009-12-181-11/+20
* Nothing interesting existed in apr_common_private.h, this wouldwrowe2009-12-181-0/+2
* SECURITY: CVE-2009-2412 (cve.mitre.org)wrowe2009-08-041-7/+15
* Reveert pool code back to r751657, before we got a little crazy and tried to ...pquerna2009-07-191-206/+496
* Add missing debug unmanaged fn thunkmturk2009-07-181-0/+8
* Add unmanaged pools from 1.4 branchmturk2009-07-181-26/+75
* Make final_block dynamic.mturk2009-04-031-9/+12
* * Correctly setup size field for the final_blocks field.rpluem2009-04-031-0/+1
* Use smaller block size and grow exponentially mturk2009-04-031-8/+12
* Both cleanup and pre_cleanup can share the same free list.mturk2009-04-021-12/+5
* I stil think this implementation should go away...mturk2009-04-021-2/+21
* * The previous pool implementation used a less fine grained lockingrpluem2009-03-281-7/+15
* * memory/unix/apr_pools.c (struct apr_pool_t): Inline two block structuresjorton2009-03-261-6/+9
* * Remove another unneeded callocrpluem2009-03-261-1/+3
* * 512 is a more reasonable size for the list.rpluem2009-03-261-1/+1
* * Don't destroy our own pool mutex in apr_pool_clear.rpluem2009-03-261-0/+8
* Remove calloc where possible.pquerna2009-03-261-4/+6
* * memory/unix/apr_pools.c: s/malloc_list/block_list/g, jorton2009-03-251-26/+27
* - palloc now used malloc underneath.pquerna2009-03-251-493/+102
* * Need to use pool_allocator as base instead of node as the endpointer isrpluem2009-03-091-1/+1
* No need for additional allocator space.mturk2009-03-091-1/+1
* When creating allocator together with unmanaged poolmturk2009-03-091-4/+9
* Use correct array for pre_cleanupsmturk2008-07-191-2/+2
* Rename apr_pool_create_core to apr_pool_create_unmanaged and deprecate the or...mturk2008-07-091-2/+41
* Revert r647394. The API is incomplete and needs more developmentmturk2008-04-161-81/+18
* Add apr_pool_pre_cleanup_register implementation.mturk2008-04-121-0/+24
* Introduce apr_pool_sys_allocator_setmturk2008-04-121-18/+81
* Introduce apr_pool_pre_cleanup_registermturk2008-04-121-0/+47
* Introduce apr_pool_create_core_exmturk2008-04-121-0/+148
* Factor out node free space calculation, and fix off-by-one in the usejorton2008-04-071-4/+6
* Complete commit 488084; not only the documentation, but detection of underflow!wrowe2007-10-171-2/+8
* Update apr_atomic_init documentation. PR: 42760.davi2007-06-291-0/+3
* * memory/unix/apr_pools.c (apr_pool_log_event): Fix compiler warningjorton2007-01-121-4/+4
* * memory/unix/apr_pools.c (apr_pool_initialize): Fix possible crashjorton2007-01-071-2/+10
* * memory/unix/apr_pools.c (pool_clear_debug): Fix pointer subtraction.jorton2007-01-071-1/+1
* * memory/unix/apr_pools.cstriker2006-12-181-0/+23
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Don't allow apr_pool_parent_get() to return a NULL pointer. Since there aren...bnicholes2006-06-021-1/+1
* * memory/unix/apr_pools.c (apr_pool_create_ex): Revert previousjorton2006-03-101-1/+5
* * memory/unix/apr_pools.c (apr_pool_create_ex): Remove a redundantjorton2006-03-091-1/+1
* * memory/unix/apr_pools.c (pool_clear_debug): Scribble over blocksjorton2005-10-251-2/+9
* Decrement apr_pools_initialized in the debug version of apr_pool_termiante, m...pquerna2005-08-271-1/+2
* * memory/unix/apr_pools.c (apr_pool_cleanup_kill) [APR_POOL_DEBUG]:jorton2005-08-241-0/+9
* Abort if the caller violates a joined-pool guarantee and explicitlyjorton2005-05-311-3/+21
* Steal the joined-pool debug code from 1.3:jorton2005-05-041-0/+16
* fix the style of the variable I added.pquerna2005-03-231-1/+1
* Check the 'APR_POOL_DEBUG_LOG' for an alternative to stderr for debugging poo...pquerna2005-03-231-1/+14
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2