Searched refs:zend_mm_heap (Results 1 – 9 of 9) sorted by relevance
11 zend_mm_heap *heap;12 zend_mm_heap *old_heap;22 zend_mm_heap *phpdbg_original_heap_sigsafe_mem(void);
33 void phpdbg_win_set_mm_heap(zend_mm_heap *heap);
47 zend_mm_heap *phpdbg_original_heap_sigsafe_mem(void) { in phpdbg_original_heap_sigsafe_mem()
346 zend_mm_heap *heap; in PHPDBG_INFO()
1329 zend_mm_heap *heap = zend_mm_get_heap(); in phpdbg_free_wrapper()1689 zend_mm_heap *mm_heap; in main()
247 typedef struct _zend_mm_heap zend_mm_heap; typedef249 ZEND_API zend_mm_heap *zend_mm_startup(void);250 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent);269 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap);270 ZEND_API zend_mm_heap *zend_mm_get_heap(void);272 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);278 ZEND_API int zend_mm_is_custom_heap(zend_mm_heap *new_heap);279 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,283 ZEND_API void zend_mm_get_custom_handlers(zend_mm_heap *heap,289 ZEND_API void zend_mm_set_custom_debug_handlers(zend_mm_heap *heap,[all …]
282 zend_mm_heap *heap;1807 zend_mm_heap *heap;2216 zend_mm_heap old_heap;2298 zend_mm_heap *mm_heap;2658 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap)2660 zend_mm_heap *old_heap;2664 return (zend_mm_heap*)old_heap;2687 zend_mm_heap *_heap = (zend_mm_heap*)heap;2702 zend_mm_heap *_heap = (zend_mm_heap*)heap;2727 zend_mm_heap *_heap = (zend_mm_heap*)heap;[all …]
2 Bug #63305 (zend_mm_heap corrupted with traits)
26 // You probably won't see this because of the "zend_mm_heap corrupted"
Completed in 37 milliseconds