Searched refs:ZEND_MM_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
22 #define ZEND_MM_CHUNK_SIZE ((size_t) (2 * 1024 * 1024)) /* 2 MB */ macro24 #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))
1002 chunk = (zend_mm_chunk*)zend_mm_chunk_alloc(heap, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE);1006 …(chunk = (zend_mm_chunk*)zend_mm_chunk_alloc(heap, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE)) != NUL…1027 heap->real_size += ZEND_MM_CHUNK_SIZE;1110 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);1909 heap->real_size = ZEND_MM_CHUNK_SIZE;1912 heap->real_peak = ZEND_MM_CHUNK_SIZE;2714 heap->real_size -= ZEND_MM_CHUNK_SIZE;3018 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…3043 heap->real_size = ZEND_MM_CHUNK_SIZE;[all …]
167 if (EXPECTED(str->a < (ZEND_MM_CHUNK_SIZE - SMART_STRING_OVERHEAD))) { in _smart_string_alloc()
4 #define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2)
Completed in 34 milliseconds