log src/core/ngx_slab.c @ 7682:2ab0ecfe5a5f

age author description
Tue, 12 Feb 2019 21:51:15 +0300 Maxim Dounin Slab: removed redundant page calculation (ticket #1721).
Tue, 08 Aug 2017 15:16:01 +0300 Ruslan Ermilov Slab: fixed initialization on win32.
Tue, 04 Jul 2017 18:32:30 +0300 Ruslan Ermilov Slab: fixed small allocations on systems with large pagesize.
Tue, 04 Jul 2017 18:32:28 +0300 Ruslan Ermilov Slab: style.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: support 64-bit compilation with MSVC.
Thu, 08 Dec 2016 17:22:07 +0300 Ruslan Ermilov Slab: commented bitmap initialization for small allocations.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: free pages statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: slots statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified some math.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified allocation from slots.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: fixed the number of pages calculation.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: added comment about list heads.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: improved code readability.
Sat, 03 Dec 2016 10:01:39 +0300 Ruslan Ermilov Slab: improved double free detection.
Sat, 03 Dec 2016 10:01:03 +0300 Ruslan Ermilov Slab: always show the requested allocation size in debug messages.
Sat, 03 Dec 2016 09:55:40 +0300 Ruslan Ermilov Slab: style.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Wed, 18 Jun 2014 16:39:59 +0800 Jianjun Zheng Core: bugfix for the ngx_slab_max_size case.
Wed, 04 Jun 2014 15:09:19 +0400 Ruslan Ermilov Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
Tue, 03 Jun 2014 17:53:03 +0400 Maxim Dounin Core: slab allocator free pages defragmentation.
Mon, 31 Mar 2014 21:38:30 +0400 Maxim Dounin Core: slab log_nomem flag.
Wed, 04 Sep 2013 21:16:59 +0400 Maxim Dounin Handling of ngx_int_t != intptr_t case.
Thu, 30 Aug 2012 15:09:21 +0000 Ruslan Ermilov Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.
Thu, 26 Jul 2012 14:47:42 +0000 Ruslan Ermilov Reduced the number of preprocessor directives.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 24 Oct 2011 15:50:19 +0000 Igor Sysoev Using of junk value in slab allocator similar to modern FreeBSD values.
Mon, 24 Oct 2011 15:46:48 +0000 Igor Sysoev malloc() debugging on MacOSX.
Wed, 15 Apr 2009 19:44:41 +0000 Igor Sysoev fix building by BCC without NGX_DEBUG_MALLOC