Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigsafe.h11 zend_mm_heap *heap;
12 zend_mm_heap *old_heap;
22 zend_mm_heap *phpdbg_original_heap_sigsafe_mem(void);
H A Dphpdbg_win.h33 void phpdbg_win_set_mm_heap(zend_mm_heap *heap);
H A Dphpdbg_sigsafe.c47 zend_mm_heap *phpdbg_original_heap_sigsafe_mem(void) { in phpdbg_original_heap_sigsafe_mem()
H A Dphpdbg_info.c346 zend_mm_heap *heap; in PHPDBG_INFO()
H A Dphpdbg.c1300 zend_mm_heap *heap = zend_mm_get_heap(); in phpdbg_free_wrapper()
1640 zend_mm_heap *mm_heap; in main()
/PHP-7.0/Zend/
H A Dzend_alloc.h240 typedef struct _zend_mm_heap zend_mm_heap; typedef
242 ZEND_API zend_mm_heap *zend_mm_startup(void);
243 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent);
262 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap);
263 ZEND_API zend_mm_heap *zend_mm_get_heap(void);
265 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
271 ZEND_API int zend_mm_is_custom_heap(zend_mm_heap *new_heap);
272 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
276 ZEND_API void zend_mm_get_custom_handlers(zend_mm_heap *heap,
282 ZEND_API void zend_mm_set_custom_debug_handlers(zend_mm_heap *heap,
[all …]
H A Dzend_alloc.c289 zend_mm_heap *heap;
1852 zend_mm_heap *heap;
2260 zend_mm_heap old_heap;
2342 zend_mm_heap *mm_heap;
2702 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap)
2704 zend_mm_heap *old_heap;
2708 return (zend_mm_heap*)old_heap;
2731 zend_mm_heap *_heap = (zend_mm_heap*)heap;
2746 zend_mm_heap *_heap = (zend_mm_heap*)heap;
2771 zend_mm_heap *_heap = (zend_mm_heap*)heap;
[all …]
/PHP-7.0/Zend/tests/
H A Dbug63305.phpt2 Bug #63305 (zend_mm_heap corrupted with traits)
H A Dbug60598.phpt26 // You probably won't see this because of the "zend_mm_heap corrupted"

Completed in 31 milliseconds