tmp_storage 2784 Zend/zend_alloc.c zend_mm_storage tmp_storage, *storage; tmp_storage 2788 Zend/zend_alloc.c memcpy((zend_mm_handlers*)&tmp_storage.handlers, handlers, sizeof(zend_mm_handlers)); tmp_storage 2789 Zend/zend_alloc.c tmp_storage.data = data; tmp_storage 2790 Zend/zend_alloc.c chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE); tmp_storage 2831 Zend/zend_alloc.c heap->storage = &tmp_storage; tmp_storage 2836 Zend/zend_alloc.c handlers->chunk_free(&tmp_storage, chunk, ZEND_MM_CHUNK_SIZE); tmp_storage 2846 Zend/zend_alloc.c memcpy(storage, &tmp_storage, sizeof(zend_mm_storage));