summaryrefslogtreecommitdiff
path: root/memory
Commit message (Expand)AuthorAgeFilesLines
* Implement apr_pcalloc in terms of apr_palloc.striker2002-02-091-29/+2
* Rename apr_find_pool to apr_pool_find. Implement it in terms ofstriker2002-02-091-19/+19
* Simplify some logic in the pools debug code by using a 'nested' lock.striker2002-02-081-98/+59
* Trailing whitespace is evil. This gets rids of it. Add some commentsstriker2002-02-071-112/+112
* Fix a bug where we are NULL'ing too many bytes.striker2002-02-061-2/+2
* Add a means to track where allocations are done. Show each andstriker2002-02-051-77/+135
* Move around some logic to make abstraction of the allocator a bitstriker2002-02-051-41/+24
* All memory resources are shared with all NLMs running on NetWare. Thisbnicholes2002-01-311-0/+24
* Get rid of the getpid warning.striker2002-01-301-2/+5
* get a --disable-threads --enable-pool-debug built to compile againtrawick2002-01-261-1/+1
* Deprecate apr_pool_free_blocks_num_bytes.striker2002-01-241-6/+0
* Never consider a commit when you have limited time...striker2002-01-241-14/+1
* Introduce a new configure option: --enable-pool-debugstriker2002-01-241-155/+215
* fix a typo in a commenttrawick2002-01-211-1/+1
* Provide stubs for apr_pool_xxx_debug in release builds. This givesstriker2002-01-181-0/+26
* In verbose debug mode, also output the parent pool on CLEAR and DESTROY.striker2002-01-151-4/+8
* Move around the creation of the lock and adding the pool to thestriker2002-01-151-22/+22
* In debug, no matter what the creation flags say, alwaysstriker2002-01-141-11/+23
* Fix for the recent fix. Don't tell the recurse function that itstriker2002-01-141-1/+1
* Fix for the simple stats in debug mode. This was the same problem asstriker2002-01-141-8/+45
* Fix some preprocessor logic. Ie. change #if APR_POOL_DEBUG_VERBOSEstriker2002-01-141-2/+2
* Remove some redundant #if APR_HAS_THREADS. Meant to remove them,striker2002-01-141-6/+0
* Fix the lifetime checking by locking the childlist beforestriker2002-01-141-3/+47
* Supply a default tag in debug mode. The tag is the location wherestriker2002-01-131-22/+19
* Another update of the pools debug code.striker2002-01-131-28/+60
* The new APR_POOL_DEBUG and APR_POOL_DEBUG_VERBOSE code.striker2002-01-121-48/+180
* add a new define APR_POOL_DEBUG_VERBOSEianh2002-01-111-6/+52
* Clear the pool struct when APR_POOL_DEBUG is defined.striker2002-01-101-6/+4
* Fill in code that is to be used when APR_POOL_DEBUG is defined.striker2002-01-011-228/+652
* * memory/unix/apr_pools.c (apr_pool_create_ex): Properly inheritstriker2002-01-011-0/+3
* Enable apr_pool_tag by default, instead of only when APR_POOL_DEBUGstriker2001-12-181-7/+1
* Bring the code more into the style of the rest of APR. Replacedstriker2001-12-151-40/+53
* get the new pools code to compile when !APR_HAS_THREADStrawick2001-12-141-1/+9
* AIX system header files define something called ALIGN(),trawick2001-12-141-10/+10
* - Switch a sleep call to apr_sleepjerenkrantz2001-12-141-36/+3
* remember us pool people working in evil-empire landianh2001-12-141-4/+4
* Move us over to the new pools code. The debug code isn't in place yet,striker2001-12-141-1108/+646
* Speed up apr_pool_userdata_set[n] by letting apr_hash_set/get figure out theianh2001-11-231-8/+4
* This patch speeds up the apr_hash_t implementation'sianh2001-11-211-1/+1
* Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key.wrowe2001-10-291-1/+20
* Fix the reporting for child processes that die. This removesrbb2001-10-231-2/+2
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-281-1/+84
* Remove SMS and all references.striker2001-09-289-3699/+1
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"gstein2001-09-201-2/+2
* Whoops - we want that hproc just a little while longer.wrowe2001-09-171-6/+8
* Fix two odd bits of breakage. Don't you just -love- casts?wrowe2001-09-171-2/+6
* The spawn_mutex is a leftover from 1.3. Remove it.jerenkrantz2001-09-021-8/+0
* That free statement is altogether stupid.jerenkrantz2001-08-301-4/+0
* Removed code for NetWare that is trying to free a lock handle as if it werebnicholes2001-08-301-0/+2
* Doxygen updatesianh2001-08-241-9/+9