Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c2972 zend_mm_storage tmp_storage, *storage; local
2976 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
2977 tmp_storage.data = data;
2978 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
3021 heap->storage = &tmp_storage;
3026 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
3036 memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));

Completed in 12 milliseconds