eet: enable more debug information regarding memory allocation.
authorCedric BAIL <cedric.bail@samsung.com>
Fri, 5 Apr 2013 03:20:37 +0000 (12:20 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Fri, 5 Apr 2013 03:20:37 +0000 (12:20 +0900)
src/lib/eet/eet_lib.c

index 4716f6a..ee566bf 100644 (file)
@@ -943,6 +943,9 @@ eet_internal_read2(Eet_File *ef)
         if (eet_test_close(!ef->ed, ef))
           return NULL;
 
+        INF("loading dictionnary for '%s' with %lu entries of size %i",
+            ef->path, num_dictionary_entries, sizeof(Eet_String));
+
         ef->ed->all = calloc(1, num_dictionary_entries * sizeof(Eet_String));
         if (eet_test_close(!ef->ed->all, ef))
           return NULL;