Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c1327 static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, void *ptr, int bin_num) function
1435 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1620 zend_mm_free_small(heap, ptr, old_bin_num);
1635 zend_mm_free_small(heap, ptr, old_bin_num);
2541 zend_mm_free_small(AG(mm_heap), ptr, _num); \
2551 zend_mm_free_small(AG(mm_heap), ptr, _num); \

Completed in 15 milliseconds