Searched refs:allocations (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/sockets/ |
H A D | sendrecvmsg.c | 185 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 D | conversions.h | 53 void allocations_dispose(zend_llist **allocations); 85 zend_llist **allocations /* out */,
|
H A D | conversions.c | 68 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() 943 alloc = ctx->allocations.tail; in from_zval_write_control_array() 1478 *allocations = NULL; in from_zval_run_conversions() 1503 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions() [all …]
|
/PHP-8.2/Zend/tests/ |
H A D | concat_003.phpt | 2 Concatenating many small strings should not slowdown allocations
|
/PHP-8.2/ext/curl/tests/ |
H A D | bug65458.phpt | 19 // should have megs and megs of extra allocations.
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 203 // m - trace memory allocations
|
/PHP-8.2/ |
H A D | NEWS | 420 . Fixed bug GH-15210 use-after-free on watchpoint allocations. (nielsdos)
|
Completed in 32 milliseconds