Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.h93 inline static void * __zend_malloc(size_t len) in __zend_malloc() function
122 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size))
132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c137 …ret = (persistent) ? __zend_malloc(REAL_SIZE(size)) : _emalloc(REAL_SIZE(size) ZEND_FILE_LINE_CC Z… in _mysqlnd_pemalloc()
560 …ret = (persistent) ? __zend_malloc(REAL_SIZE(length + 1)) : _emalloc(REAL_SIZE(length + 1) ZEND_FI… in _mysqlnd_pestrndup()
600 …ret = (persistent) ? __zend_malloc(tmp_str.len + sizeof(size_t)) : _emalloc(REAL_SIZE(tmp_str.len … in _mysqlnd_pestrdup()

Completed in 11 milliseconds