Home
last modified time | relevance | path

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

/php-src/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.h31 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.c344 zend_mm_heap *orig_heap = NULL; in PHPDBG_INFO()
H A Dphpdbg.c1082 zend_mm_heap *heap = zend_mm_get_heap(); in phpdbg_free_wrapper()
1359 zend_mm_heap *mm_heap; in main()
/php-src/Zend/
H A Dzend_alloc.h243 typedef struct _zend_mm_heap zend_mm_heap; typedef
245 ZEND_API zend_mm_heap *zend_mm_startup(void);
246 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full_shutdown, bool silent);
265 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap);
266 ZEND_API zend_mm_heap *zend_mm_get_heap(void);
268 ZEND_API size_t zend_mm_gc(zend_mm_heap *heap);
274 ZEND_API bool zend_mm_is_custom_heap(zend_mm_heap *new_heap);
275 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
279 ZEND_API void zend_mm_get_custom_handlers(zend_mm_heap *heap,
303 ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap);
[all …]
H A Dzend_alloc.c281 zend_mm_heap *heap;
1910 zend_mm_heap *heap;
2428 zend_mm_heap *mm_heap;
2708 zend_mm_heap *heap = AG(mm_heap);
2881 zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap));
2934 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap)
2936 zend_mm_heap *old_heap;
2940 return (zend_mm_heap*)old_heap;
2963 zend_mm_heap *_heap = (zend_mm_heap*)heap;
2982 zend_mm_heap *_heap = (zend_mm_heap*)heap;
[all …]
/php-src/ext/zend_test/
H A Dphp_test.h59 zend_mm_heap* zend_orig_heap;
60 zend_mm_heap* zend_test_heap;
/php-src/ext/exif/tests/
H A Dbug76164.phpt2 Bug #76164 (exif_read_data zend_mm_heap corrupted)
/php-src/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"
/php-src/
H A DUPGRADING.INTERNALS47 void()(zend_mm_heap *heap,
52 void()(zend_mm_heap *heap,
58 void()(zend_mm_heap *heap,
63 void()(zend_mm_heap *heap,

Completed in 41 milliseconds