Home
last modified time | relevance | path

Searched refs:pemalloc (Results 51 – 56 of 56) sorted by relevance

123

/PHP-5.4/Zend/
H A Dzend_alloc.c2544 return pemalloc(safe_address(nmemb, size, offset), 1); in _safe_malloc()
H A Dzend_compile.c5032 prop_name = pemalloc(prop_name_length + 1, internal); in zend_mangle_property_name()
/PHP-5.4/ext/phar/
H A Dphar.c630 *metadata = (zval *) pemalloc(zip_metadata_len, 1);
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c2394 *conn = (odbc_connection *)pemalloc(sizeof(odbc_connection), persistent); in odbc_sqlconnect()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c627 return pemalloc(sz, 1); in _php_mb_allocators_pmalloc()
/PHP-5.4/ext/imap/
H A Dphp_imap.c4834 char *buf = pemalloc(size + 1, 1); in php_mail_gets()

Completed in 72 milliseconds

123