Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_alloc.h82 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro
132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
172 (z) = (zval *) emalloc_rel(sizeof(zval))
185 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
H A Dzend_gc.h220 (z) = (zval*)emalloc_rel(sizeof(zval_gc_info)); \
H A Dzend_alloc.c2539 return emalloc_rel(safe_address(nmemb, size, offset)); in _safe_emalloc()
/PHP-5.4/
H A DUPGRADING.INTERNALS83 Use emalloc, emalloc_rel, efree or efree_rel instead.

Completed in 17 milliseconds