efl/legacy/eet/src/lib
David Walter Seikel 35d34dee92 The comment does say "Allocate struct for eet file and have it zero'd
out" but using calloc is inefficient since most members of the struct
are written to straight away.  Valgrind complains that the data member
can sometimes be used without being initialised.  Seems to happen when
we can't open it and eet_close tests the value of the data member.

Those that know this code better than me should check this. Probably a
good idea to initialise ALL members at this point.


SVN revision: 24848
2006-08-17 20:22:23 +00:00
..
.cvsignore Quiet. 2005-07-29 16:41:05 +00:00
Eet.h cedric's mmap patch 2006-06-13 10:20:22 +00:00
Eet_private.h cedric's mmap patch 2006-06-13 10:20:22 +00:00
Makefile.am fix lib version 2006-05-15 02:50:18 +00:00
eet_data.c cedric's mmap patch 2006-06-13 10:20:22 +00:00
eet_image.c cedric's mmap patch 2006-06-13 10:20:22 +00:00
eet_lib.c The comment does say "Allocate struct for eet file and have it zero'd 2006-08-17 20:22:23 +00:00
eet_memfile.c More cleanups: 2006-03-04 02:46:24 +00:00