File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2034,7 +2034,7 @@ static void zend_mm_init_key(zend_mm_heap *heap)
20342034 zend_mm_refresh_key (heap );
20352035}
20362036
2037- static void zend_mm_refresh_key_child (zend_mm_heap * heap )
2037+ ZEND_API void zend_mm_refresh_key_child (zend_mm_heap * heap )
20382038{
20392039 uintptr_t old_key = heap -> shadow_key ;
20402040
Original file line number Diff line number Diff line change @@ -317,6 +317,8 @@ struct _zend_mm_storage {
317317ZEND_API zend_mm_storage * zend_mm_get_storage (zend_mm_heap * heap );
318318ZEND_API zend_mm_heap * zend_mm_startup_ex (const zend_mm_handlers * handlers , void * data , size_t data_size );
319319
320+ ZEND_API void zend_mm_refresh_key_child (zend_mm_heap * heap );
321+
320322/*
321323
322324// The following example shows how to use zend_mm_heap API with custom storage
You can’t perform that action at this time.
0 commit comments