Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c173 zend_llist *allocations; in PHP_FUNCTION() local
190 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
206 allocations_dispose(&allocations); in PHP_FUNCTION()
217 zend_llist *allocations; in PHP_FUNCTION() local
234 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
274 allocations_dispose(&allocations); in PHP_FUNCTION()
321 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542() local
344 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
364 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.c75 allocations; member
121 zend_llist_add_element(&ctx->allocations, &ret); in accounted_emalloc()
127 zend_llist_add_element(&ctx->allocations, &ret); in accounted_ecalloc()
134 zend_llist_add_element(&ctx->allocations, &ret); in accounted_safe_ecalloc()
210 zend_llist_destroy(*allocations); in allocations_dispose()
211 efree(*allocations); in allocations_dispose()
212 *allocations = NULL; in allocations_dispose()
946 alloc = ctx->allocations.tail; in from_zval_write_control_array()
1456 *allocations = NULL; in from_zval_run_conversions()
1481 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions()
[all …]
/PHP-7.4/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-7.4/ext/curl/tests/
H A Dbug65458.phpt21 // should have megs and megs of extra allocations.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt208 // m - trace memory allocations

Completed in 18 milliseconds