Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.c2825 zend_mm_storage tmp_storage, *storage; local
2829 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
2830 tmp_storage.data = data;
2831 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
2874 heap->storage = &tmp_storage;
2879 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
2889 memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));

Completed in 13 milliseconds