Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c2898 zend_mm_storage tmp_storage, *storage; local
2902 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
2903 tmp_storage.data = data;
2904 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
2947 heap->storage = &tmp_storage;
2952 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
2962 memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));

Completed in 11 milliseconds