@@ -270,9 +270,9 @@ IMemoryAllocator* getAcceleratorHostMemoryAllocator();
270
270
*
271
271
* \deprecated Cette méthode est interne à Arcane.
272
272
*/
273
- extern " C++" ARCANE_UTILS_EXPORT
274
- ARCANE_DEPRECATED_REASON ( " Y2024: This method is internal to Arcane " )
275
- IMemoryAllocator* setAcceleratorHostMemoryAllocator (IMemoryAllocator* a);
273
+ extern " C++" ARCANE_DEPRECATED_REASON( " Y2024: This method is internal to Arcane " )
274
+ ARCANE_UTILS_EXPORT IMemoryAllocator*
275
+ setAcceleratorHostMemoryAllocator (IMemoryAllocator* a);
276
276
277
277
/* ---------------------------------------------------------------------------*/
278
278
/* ---------------------------------------------------------------------------*/
@@ -302,9 +302,10 @@ getDefaultDataAllocator();
302
302
*
303
303
* * \deprecated Cette méthode est interne à Arcane.
304
304
*/
305
- extern " C++" ARCANE_UTILS_EXPORT
306
- ARCANE_DEPRECATED_REASON (" Y2024: This method is internal to Arcane" )
307
- IMemoryRessourceMng* setDataMemoryRessourceMng (IMemoryRessourceMng* mng);
305
+ extern " C++" ARCANE_DEPRECATED_REASON(" Y2024: This method is internal to Arcane" )
306
+ ARCANE_UTILS_EXPORT IMemoryRessourceMng*
307
+ setDataMemoryRessourceMng (IMemoryRessourceMng* mng);
308
+
308
309
309
310
/* ---------------------------------------------------------------------------*/
310
311
/* ---------------------------------------------------------------------------*/
@@ -316,9 +317,9 @@ IMemoryRessourceMng* setDataMemoryRessourceMng(IMemoryRessourceMng* mng);
316
317
*
317
318
* \deprecated Cette méthode est interne à Arcane.
318
319
*/
319
- extern " C++" ARCANE_UTILS_EXPORT
320
- ARCANE_DEPRECATED_REASON ( " Y2024: This method is internal to Arcane. Use methods from MemoryUtils instead. " )
321
- IMemoryRessourceMng* getDataMemoryRessourceMng ();
320
+ extern " C++" ARCANE_DEPRECATED_REASON( " Y2024: This method is internal to Arcane. Use methods from MemoryUtils instead. " )
321
+ ARCANE_UTILS_EXPORT IMemoryRessourceMng*
322
+ getDataMemoryRessourceMng ();
322
323
323
324
/* ---------------------------------------------------------------------------*/
324
325
/* ---------------------------------------------------------------------------*/
0 commit comments