Home
last modified time | relevance | path

Searched refs:__zend_malloc (Results 1 – 3 of 3) sorted by path

/PHP-5.6/Zend/
H A Dzend_alloc.c2738 alloc_globals->mm_heap->_malloc = __zend_malloc; in alloc_globals_ctor()
H A Dzend_alloc.h95 inline static void * __zend_malloc(size_t len) in __zend_malloc() function
124 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size))
134 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
/PHP-5.6/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 22 milliseconds