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
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Tue, 25 Nov 2008 14:25:20 +0000 Igor Sysoev ngx_reset_pool()
Thu, 06 Nov 2008 16:14:24 +0000 Igor Sysoev align first allocation from additional pool block, this fixes bus error on sun4v
Wed, 30 Jul 2008 12:34:04 +0000 Igor Sysoev directio
Sat, 21 Jun 2008 06:40:32 +0000 Igor Sysoev fix max size allocated from pool
Fri, 20 Jun 2008 21:06:53 +0000 Igor Sysoev fix the previous commit
Fri, 20 Jun 2008 20:57:40 +0000 Igor Sysoev small optimization
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Tue, 27 May 2008 09:37:40 +0000 Igor Sysoev *) add ngx_palloc_aligned() to allocate explicitlty aligned memory
Mon, 17 Dec 2007 17:29:36 +0000 Igor Sysoev log run cleanups clearly
Thu, 19 Jul 2007 19:07:13 +0000 Igor Sysoev fix memory leak,
Mon, 21 May 2007 13:49:35 +0000 Igor Sysoev use memory optimization for i386 and amd64 only:
Thu, 25 Jan 2007 08:45:04 +0000 Igor Sysoev undo "client_body_in_file_only any"
Mon, 18 Dec 2006 20:46:49 +0000 Igor Sysoev fix segfault in "out of memory" situation
Mon, 20 Nov 2006 08:51:45 +0000 Igor Sysoev slab allocator in shared memory