comparison src/core/ngx_alloc.c @ 87:5f6d848dcbef

nginx-0.0.1-2003-05-13-20:02:32 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 May 2003 16:02:32 +0000
parents 83fa61cd3d2f
children 7ebc8b7fb816
comparison
equal deleted inserted replaced
86:3973260705cc 87:5f6d848dcbef
71 71
72 if (n == NULL) { 72 if (n == NULL) {
73 break; 73 break;
74 } 74 }
75 } 75 }
76 pool = NULL;
76 } 77 }
77 78
78 void *ngx_palloc(ngx_pool_t *pool, size_t size) 79 void *ngx_palloc(ngx_pool_t *pool, size_t size)
79 { 80 {
80 void *m; 81 void *m;