efl/src/lib/eet
Cedric Bail c718a41728 eet: log size of subtype added to an Eet_Data_Descriptor.
This is really useful to track down a leak of a memory piece allocated by an
eet_data function. If you know the size of the leaked structure (valgrind
give you the total allocated size and the number of structure in it, so you
need to divide before having the right number), you just need to do :
EINA_LOG_LEVELS=eet:3 my_app 2>&1 | grep the_size

And there will be very few line matching reducing what you should be looking at.
2013-10-11 14:43:35 +09:00
..
Eet.h eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED(). 2013-09-24 15:10:44 +09:00
Eet_private.h eet: use Eina_Spinlock instead of Eina_Lock for Eet_Dictionary. 2013-10-11 11:08:17 +09:00
eet_alloc.c merge: add eet 2012-09-17 16:35:38 +00:00
eet_cipher.c eet_cipher: Fix initialization of opened variable 2013-03-19 17:00:33 +00:00
eet_connection.c include some header files conditionally add specific test for fcntl 2013-03-11 10:34:47 +09:00
eet_data.c eet: log size of subtype added to an Eet_Data_Descriptor. 2013-10-11 14:43:35 +09:00
eet_dictionary.c eet: use Eina_Spinlock instead of Eina_Lock for Eet_Dictionary. 2013-10-11 11:08:17 +09:00
eet_image.c fix clang bad free complaint 2013-07-16 18:20:07 +09:00
eet_lib.c open() can fail for various reasons, so check for valid 'fd' return 2013-08-05 11:34:34 +01:00
eet_node.c eet: Add comment about missing break in switch statement 2013-08-09 10:17:49 +01:00
eet_utils.c merge: add eet 2012-09-17 16:35:38 +00:00