view auto/types/value @ 6809:87d7e640b45d

Slab: improved double free detection. Previously, an attempt to double free the starting page of the free range was not detected.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 03 Dec 2016 10:01:39 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END