efl/src/lib/eo
Daniel Willmann 7f87d9891d eo: Fix incorrect pointer allocation
We want to allocate sizeof(Eo_Dbg_Info) - not sizeof(Eo_Dbg_Info *)
bytes.
2013-04-24 23:27:48 +01:00
..
Eo.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo.c Eo: Eo_Class_Id should be uintptr_t not size_t. 2013-04-24 16:55:11 +01:00
eo_base_class.c eo: Fix incorrect pointer allocation 2013-04-24 23:27:48 +01:00
eo_private.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00
eo_ptr_indirection.c rejig 32bit eoid allocation to 5.5.12. 2013-04-24 16:20:18 +09:00
eo_ptr_indirection.h Eo: pointers indirection mechanism for objects and classes 2013-04-23 09:50:40 +03:00