Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dzend_mm_custom_handlers.c54 if (ZT_G(custom_realloc)) in observe_realloc()
57 new_ptr = ZT_G(custom_realloc)(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); in observe_realloc()
103 &ZT_G(custom_realloc), in zend_test_mm_custom_handlers_init()
108 … %p, %p, %p, %p, %p\n", ZT_G(custom_malloc), ZT_G(custom_free), ZT_G(custom_realloc), ZT_G(custom_… in zend_test_mm_custom_handlers_init()
H A Dphp_test.h72 void* (*custom_realloc)(void *, size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); variable

Completed in 8 milliseconds