Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c278 HashTable *tracked_allocs; member
2217 zend_hash_clean(heap->tracked_allocs);
2219 zend_hash_destroy(heap->tracked_allocs);
2220 free(heap->tracked_allocs);
2710 zend_hash_index_add_empty_element(AG(mm_heap)->tracked_allocs, h);
2716 zend_hash_index_del(AG(mm_heap)->tracked_allocs, h);
2722 zend_hash_index_del(AG(mm_heap)->tracked_allocs, h);
2731 HashTable *tracked_allocs = AG(mm_heap)->tracked_allocs; local
2733 ZEND_HASH_FOREACH_NUM_KEY(tracked_allocs, h) {
2761 mm_heap->tracked_allocs = malloc(sizeof(HashTable));
[all …]

Completed in 20 milliseconds