Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a cleanup callback to surf_resource_t, useful to free data allocated in cpu models
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 23 Sep 2013 15:57:44 +0000 (17:57 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 23 Sep 2013 15:57:44 +0000 (17:57 +0200)
commitb4ab767c827a58dc5efaa5ee22ab6050d4b6172c
treefa22812565de084f82fa02adc87780883a1e405f
parent2b6d1169a07742f4f6870bc791bad1067f4efed7
add a cleanup callback to surf_resource_t, useful to free data allocated in cpu models
Removes a few leaks
src/include/surf/surf.h
src/include/surf/surf_resource.h
src/include/surf/surf_resource_lmm.h
src/surf/cpu_cas01.c
src/surf/cpu_ti.c
src/surf/storage.c
src/surf/workstation_ptask_L07.c