Searched refs:emalloc_rel (Results 1 – 2 of 2) sorted by relevance
175 #define emalloc_rel(size) _emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) macro213 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))240 (ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
95 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()100 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()655 return emalloc_rel(size); in mysqlnd_zend_mm_emalloc()
Completed in 12 milliseconds