comparison src/core/ngx_alloc.c @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents 5f6d848dcbef
children 7db96f59bc29
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 3 #include <ngx_core.h>
4 #include <ngx_errno.h>
5 #include <ngx_log.h>
6 #include <ngx_string.h>
7 #include <ngx_alloc.h>
8 4
9 5
10 void *ngx_alloc(size_t size, ngx_log_t *log) 6 void *ngx_alloc(size_t size, ngx_log_t *log)
11 { 7 {
12 void *p; 8 void *p;