Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c3017 zend_mm_storage tmp_storage, *storage; local
3021 memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers));
3022 tmp_storage.data = data;
3023 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
3062 heap->storage = &tmp_storage;
3067 handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE);
3073 memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));

Completed in 12 milliseconds