Home
last modified time | relevance | path

Searched refs:ZEND_MM_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_alloc_sizes.h22 #define ZEND_MM_CHUNK_SIZE (2 * 1024 * 1024) /* 2 MB */ macro
24 #define ZEND_MM_PAGES (ZEND_MM_CHUNK_SIZE / ZEND_MM_PAGE_SIZE) /* 512 */
29 #define ZEND_MM_MAX_LARGE_SIZE (ZEND_MM_CHUNK_SIZE - (ZEND_MM_PAGE_SIZE * ZEND_MM_FIRST_PAGE))
H A Dzend_alloc.c998 chunk = (zend_mm_chunk*)zend_mm_chunk_alloc(heap, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE);
1106 heap->real_size -= ZEND_MM_CHUNK_SIZE;
1882 …_mm_chunk *chunk = (zend_mm_chunk*)zend_mm_chunk_alloc_int(ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE);
1913 heap->real_size = ZEND_MM_CHUNK_SIZE;
1916 heap->real_peak = ZEND_MM_CHUNK_SIZE;
2332 heap->real_size = ZEND_MM_CHUNK_SIZE;
2335 heap->real_peak = ZEND_MM_CHUNK_SIZE;
2642 AG(mm_heap)->limit = (memory_limit >= ZEND_MM_CHUNK_SIZE) ? memory_limit : ZEND_MM_CHUNK_SIZE;
2831 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE
2860 heap->real_size = ZEND_MM_CHUNK_SIZE;
[all …]
H A Dzend_smart_str.c158 if (EXPECTED(str->a < (ZEND_MM_CHUNK_SIZE - SMART_STRING_OVERHEAD))) { in _smart_string_alloc()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_sigsafe.h4 #define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2)

Completed in 28 milliseconds