Searched refs:allocations (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/sockets/ |
H A D | sendrecvmsg.c | 173 zend_llist *allocations; in PHP_FUNCTION() local 190 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION() 200 zend_llist_destroy(allocations); in PHP_FUNCTION() 201 efree(allocations); in PHP_FUNCTION() 218 zend_llist *allocations; in PHP_FUNCTION() local 235 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION() 257 allocations_dispose(&allocations); in PHP_FUNCTION() 322 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542() local 345 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542() 365 allocations_dispose(&allocations); in php_do_setsockopt_ipv6_rfc3542()
|
H A D | conversions.h | 43 void allocations_dispose(zend_llist **allocations); 75 zend_llist **allocations /* out */,
|
H A D | conversions.c | 75 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() 931 alloc = ctx->allocations.tail; in from_zval_write_control_array() 1452 *allocations = NULL; in from_zval_run_conversions() 1477 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions() [all …]
|
/PHP-7.1/Zend/tests/ |
H A D | concat_003.phpt | 2 Concatenating many small strings should not slowdown allocations
|
/PHP-7.1/ext/curl/tests/ |
H A D | bug65458.phpt | 21 // should have megs and megs of extra allocations.
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 208 // m - trace memory allocations
|
/PHP-7.1/ |
H A D | NEWS | 654 . Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
|
Completed in 26 milliseconds