Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.h177 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro
208 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
234 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
H A Dzend_alloc.c2532 return emalloc_rel(zend_safe_address_guarded(nmemb, size, offset));

Completed in 14 milliseconds