Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c3058 zend_mm_storage tmp_storage, *storage; local
3062 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
3063 tmp_storage.data = data;
3064 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
3103 heap->storage = &tmp_storage;
3108 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
3114 memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));

Completed in 32 milliseconds