Home
last modified time | relevance | path

Searched refs:_emalloc_large (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_alloc.h96 ZEND_API void* ZEND_FASTCALL _emalloc_large(size_t size) ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC…
106 ((size <= ZEND_MM_MAX_LARGE_SIZE) ? _emalloc_large(size) : _emalloc_huge(size)) \
149 #define _emalloc_large _emalloc macro
158 #define emalloc_large(size) _emalloc_large((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
H A Dzend_alloc.c2468 ZEND_API void* ZEND_FASTCALL _emalloc_large(size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)

Completed in 15 milliseconds