Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dzend_mm_custom_handlers.c27 if (ZT_G(custom_malloc)) { in observe_malloc()
29 ptr = ZT_G(custom_malloc)(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); in observe_malloc()
101 &ZT_G(custom_malloc), in zend_test_mm_custom_handlers_init()
108 …printf("Prev handlers at %p, %p, %p, %p, %p\n", ZT_G(custom_malloc), ZT_G(custom_free), ZT_G(custo… in zend_test_mm_custom_handlers_init()
H A Dphp_test.h70 void* (*custom_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); variable

Completed in 9 milliseconds