php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | ZEND_MM_CHUNK_SIZE ((size_t) (2 * 1024 * 1024)) /* 2 MB */ |
#define | ZEND_MM_PAGE_SIZE (4 * 1024) /* 4 KB */ |
#define | ZEND_MM_PAGES (ZEND_MM_CHUNK_SIZE / ZEND_MM_PAGE_SIZE) /* 512 */ |
#define | ZEND_MM_FIRST_PAGE (1) |
#define | ZEND_MM_MIN_SMALL_SIZE 8 |
#define | ZEND_MM_MAX_SMALL_SIZE 3072 |
#define | ZEND_MM_MAX_LARGE_SIZE (ZEND_MM_CHUNK_SIZE - (ZEND_MM_PAGE_SIZE * ZEND_MM_FIRST_PAGE)) |
#define | ZEND_MM_BINS_INFO(_, x, y) |
Definition at line 32 of file zend_alloc_sizes.h.
#define ZEND_MM_CHUNK_SIZE ((size_t) (2 * 1024 * 1024)) /* 2 MB */ |
Definition at line 22 of file zend_alloc_sizes.h.
#define ZEND_MM_FIRST_PAGE (1) |
Definition at line 25 of file zend_alloc_sizes.h.
#define ZEND_MM_MAX_LARGE_SIZE (ZEND_MM_CHUNK_SIZE - (ZEND_MM_PAGE_SIZE * ZEND_MM_FIRST_PAGE)) |
Definition at line 29 of file zend_alloc_sizes.h.
#define ZEND_MM_MAX_SMALL_SIZE 3072 |
Definition at line 28 of file zend_alloc_sizes.h.
#define ZEND_MM_MIN_SMALL_SIZE 8 |
Definition at line 27 of file zend_alloc_sizes.h.
#define ZEND_MM_PAGE_SIZE (4 * 1024) /* 4 KB */ |
Definition at line 23 of file zend_alloc_sizes.h.
#define ZEND_MM_PAGES (ZEND_MM_CHUNK_SIZE / ZEND_MM_PAGE_SIZE) /* 512 */ |
Definition at line 24 of file zend_alloc_sizes.h.