log src/core/ngx_palloc.c @ 7660:d33e17499088

age author description
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: introduced the NGX_DEBUG_PALLOC macro.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: use ngx_palloc_small() to allocate ngx_pool_large_t.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: introduced the ngx_palloc_small() function.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: moved logging before freeing large blocks of pool.
Thu, 26 Jun 2014 03:34:19 +0400 Maxim Dounin Core: removed meaningless check from ngx_palloc_block().
Fri, 17 Jan 2014 06:24:53 +0400 Maxim Dounin Core: improved ngx_reset_pool() (ticket #490).
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Thu, 17 Dec 2009 12:25:46 +0000 Igor Sysoev fix r3331:
Mon, 16 Nov 2009 12:50:10 +0000 Igor Sysoev align to minimum of a page and a pool sizes
Mon, 16 Nov 2009 12:47:44 +0000 Igor Sysoev large allocation should not be aligned to a page size
Wed, 30 Sep 2009 12:56:44 +0000 Igor Sysoev Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
Mon, 15 Jun 2009 08:43:10 +0000 Igor Sysoev merge r2889, r2918, and r2921: stable-0.7
Fri, 05 Jun 2009 13:27:12 +0000 Igor Sysoev do not test a pool block space if we can not allocated from the block 4 times
Wed, 03 Jun 2009 13:57:28 +0000 Igor Sysoev try to reuse last 4 free large allocation links