From 47b5cab33083557a52ffea167742db1c9877cf20 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 2 Jul 2014 13:21:20 +0200 Subject: moved realloc around, fix for kernels in trainmsvmmaj and fix memory leak consistency repeats --- include/msvmmaj_init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/msvmmaj_init.h') diff --git a/include/msvmmaj_init.h b/include/msvmmaj_init.h index febfb4a..281214c 100644 --- a/include/msvmmaj_init.h +++ b/include/msvmmaj_init.h @@ -21,6 +21,7 @@ struct MajModel *msvmmaj_init_model(); struct MajData *msvmmaj_init_data(); void msvmmaj_allocate_model(struct MajModel *model); +void msvmmaj_reallocate_model(struct MajModel *model, long n, long m); void msvmmaj_free_model(struct MajModel *model); void msvmmaj_free_data(struct MajData *data); -- cgit v1.2.3