Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
void * | ngx_alloc (size_t size, ngx_log_t *log) |
void * | ngx_calloc (size_t size, ngx_log_t *log) |
Variables | |
ngx_uint_t | ngx_pagesize |
ngx_uint_t | ngx_pagesize_shift |
ngx_uint_t | ngx_cacheline_size |
void* ngx_alloc | ( | size_t | size, |
ngx_log_t * | log | ||
) |
Definition at line 18 of file ngx_alloc.c.
void* ngx_calloc | ( | size_t | size, |
ngx_log_t * | log | ||
) |
Definition at line 35 of file ngx_alloc.c.
ngx_uint_t ngx_cacheline_size |
Definition at line 14 of file ngx_alloc.c.
ngx_uint_t ngx_pagesize |
Definition at line 12 of file ngx_alloc.c.
ngx_uint_t ngx_pagesize_shift |
Definition at line 13 of file ngx_alloc.c.