Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.h89 ZEND_API ZEND_ATTRIBUTE_MALLOC void* ZEND_FASTCALL _emalloc_large(size_t size) ZEND_ATTRIBUTE_ALLOC…
99 ((size <= ZEND_MM_MAX_LARGE_SIZE) ? _emalloc_large(size) : _emalloc_huge(size)) \
142 #define _emalloc_large _emalloc macro
151 #define emalloc_large(size) _emalloc_large((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
H A Dzend_alloc.c2518 ZEND_API void* ZEND_FASTCALL _emalloc_large(size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)

Completed in 63 milliseconds