Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c280 HashTable *tracked_allocs; member
2270 zend_hash_clean(heap->tracked_allocs);
2272 zend_hash_destroy(heap->tracked_allocs);
2273 free(heap->tracked_allocs);
2812 zend_hash_index_add_new(heap->tracked_allocs, h, &size_zv);
2817 zval *size_zv = zend_hash_index_find(heap->tracked_allocs, h);
2859 zend_hash_del_bucket(heap->tracked_allocs, (Bucket *) size_zv);
2888 HashTable *tracked_allocs = AG(mm_heap)->tracked_allocs; local
2890 ZEND_HASH_FOREACH_NUM_KEY(tracked_allocs, h) {
2921 mm_heap->tracked_allocs = malloc(sizeof(HashTable));
[all …]

Completed in 18 milliseconds