Home
last modified time | relevance | path

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

/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c185 zend_llist *allocations; in PHP_FUNCTION() local
200 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
216 allocations_dispose(&allocations); in PHP_FUNCTION()
227 zend_llist *allocations; in PHP_FUNCTION() local
241 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
281 allocations_dispose(&allocations); in PHP_FUNCTION()
333 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542() local
356 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
376 allocations_dispose(&allocations); in php_do_setsockopt_ipv6_rfc3542()
H A Dconversions.h53 void allocations_dispose(zend_llist **allocations);
85 zend_llist **allocations /* out */,
H A Dconversions.c76 allocations; member
122 zend_llist_add_element(&ctx->allocations, &ret); in accounted_emalloc()
128 zend_llist_add_element(&ctx->allocations, &ret); in accounted_ecalloc()
135 zend_llist_add_element(&ctx->allocations, &ret); in accounted_safe_ecalloc()
211 zend_llist_destroy(*allocations); in allocations_dispose()
212 efree(*allocations); in allocations_dispose()
213 *allocations = NULL; in allocations_dispose()
952 alloc = ctx->allocations.tail; in from_zval_write_control_array()
1487 *allocations = NULL; in from_zval_run_conversions()
1512 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions()
[all …]
/PHP-8.3/ext/curl/tests/
H A Dbug65458.phpt19 // should have megs and megs of extra allocations.
/PHP-8.3/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt203 // m - trace memory allocations
/PHP-8.3/
H A DNEWS181 . Fixed bug GH-15210 use-after-free on watchpoint allocations. (nielsdos)

Completed in 27 milliseconds