Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/sockets/
H A Dsendrecvmsg.c179 zend_llist *allocations; in PHP_FUNCTION() local
194 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
210 allocations_dispose(&allocations); in PHP_FUNCTION()
221 zend_llist *allocations; in PHP_FUNCTION() local
235 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
275 allocations_dispose(&allocations); in PHP_FUNCTION()
327 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542() local
350 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
370 allocations_dispose(&allocations); in php_do_setsockopt_ipv6_rfc3542()
H A Dconversions.h43 void allocations_dispose(zend_llist **allocations);
75 zend_llist **allocations /* out */,
H A Dconversions.c68 allocations; member
114 zend_llist_add_element(&ctx->allocations, &ret); in accounted_emalloc()
120 zend_llist_add_element(&ctx->allocations, &ret); in accounted_ecalloc()
127 zend_llist_add_element(&ctx->allocations, &ret); in accounted_safe_ecalloc()
203 zend_llist_destroy(*allocations); in allocations_dispose()
204 efree(*allocations); in allocations_dispose()
205 *allocations = NULL; in allocations_dispose()
939 alloc = ctx->allocations.tail; in from_zval_write_control_array()
1461 *allocations = NULL; in from_zval_run_conversions()
1486 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions()
[all …]
/PHP-8.0/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-8.0/ext/curl/tests/
H A Dbug65458.phpt21 // should have megs and megs of extra allocations.
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt207 // m - trace memory allocations

Completed in 19 milliseconds