maedoc / libtvb

TVB C library
6 stars 8 forks source link

sd_malloc_total_nbytes() and nbytes api #124

Closed AbheekG closed 8 years ago

AbheekG commented 8 years ago

Incomplete nbytes: I have added sd_malloc_total_nbytes() and tests for it. nbytes tests for hist and rng. The number of nbytes declarations are more. I am working on them. Comments on the other ones awaited.

maedoc commented 8 years ago

looks good to me! Push commits as you make them and I will continue reviewing.

maedoc commented 8 years ago

I'm closing this because #143 is adding n_byte method for all objects. The sd_malloc_total_n_byte would still be a useful addition, so feel free to open a new PR just for that.