Re: Debugging application
- From: Reed Hedges <reed mobilerobots com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Debugging application
- Date: Mon, 18 Dec 2006 11:11:28 -0500
Be aware that glib has it's own allocation and deallocation functions which may
keep destroyed widgets or other data structures around in a memory pool, so the
OS may think your program is using memory but it's just glib's memory pool.
That memory would still be still "is use" (has references to it) from the
perspective of valgrind as well.
Reed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]