CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20040324 08:16:15

Modified files:
        src/core       : core.c 
        src/core/fusion: fusion_shmalloc.c 
        src/core/fusion/shmalloc: shmalloc_internal.h 
        tools          : dfbdump.c 

Log message:
Rewrote shared memory allocation debug list handling
using capacity based list reallocation like FusionVector does.

No longer store local pointers to file and function names within the shared
memory list entry *sigh*, but copy the strings into the list entry which stores
function names with up to 48 characters and file names with up to 24 characters.

Added option "-s" to dfbdump to show this list of all shared memory allocations.



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-cvs" as subject.

Reply via email to