Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_alloc.h191 typedef struct _zend_mm_heap zend_mm_heap; typedef
193 ZEND_API zend_mm_heap *zend_mm_startup(void);
194 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC);
195 ZEND_API void *_zend_mm_alloc(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG…
196 ZEND_API void _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
197 ZEND_API void *_zend_mm_realloc(zend_mm_heap *heap, void *p, size_t size ZEND_FILE_LINE_DC ZEND_FIL…
198 ZEND_API size_t _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_OR…
233 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, …
234 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap TSRMLS_DC);
235 ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap);
[all …]
H A Dzend_alloc.c888 static inline void zend_mm_init(zend_mm_heap *heap) in zend_mm_init()
928 static void zend_mm_free_cache(zend_mm_heap *heap) in zend_mm_free_cache()
1041 zend_mm_heap *heap; in zend_mm_startup_ex()
1127zend_mm_heap *mm_heap = _zend_mm_alloc_int(heap, sizeof(zend_mm_heap) ZEND_FILE_LINE_CC ZEND_FILE… in zend_mm_startup_ex()
1159 ZEND_API zend_mm_heap *zend_mm_startup(void) in zend_mm_startup()
1166 zend_mm_heap *heap; in zend_mm_startup()
1271 static void zend_mm_check_leaks(zend_mm_heap *heap TSRMLS_DC) in zend_mm_check_leaks()
1739 static void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
2402 zend_mm_heap *mm_heap;
2709 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap TSRMLS_DC) in zend_mm_set_heap()
[all …]
/PHP-5.4/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-5.4/
H A DNEWS267 . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
1336 . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)

Completed in 34 milliseconds