mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
This commit is contained in:
parent
97210c717d
commit
62b20ce87a
@ -72,9 +72,6 @@ typedef struct {
|
||||
} ngx_pool_cleanup_file_t;
|
||||
|
||||
|
||||
void *ngx_alloc(size_t size, ngx_log_t *log);
|
||||
void *ngx_calloc(size_t size, ngx_log_t *log);
|
||||
|
||||
ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
|
||||
void ngx_destroy_pool(ngx_pool_t *pool);
|
||||
void ngx_reset_pool(ngx_pool_t *pool);
|
||||
|
Loading…
Reference in New Issue
Block a user