Searched refs:_emalloc_huge (Results 1 – 2 of 2) sorted by relevance
99 ZEND_API void* ZEND_FASTCALL _emalloc_huge(size_t size) ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC_…108 ((size <= ZEND_MM_MAX_LARGE_SIZE) ? _emalloc_large(size) : _emalloc_huge(size)) \152 #define _emalloc_huge _emalloc macro161 #define emalloc_huge(size) _emalloc_huge((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
2361 ZEND_API void* ZEND_FASTCALL _emalloc_huge(size_t size) function
Completed in 14 milliseconds