search for: xtmalloc

Displaying 2 results from an estimated 2 matches for "xtmalloc".

Did you mean: xmalloc
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce? #!/usr/sbin/dtrace -s pid$1::MyAlloc:return { bufs[arg1] = walltimestamp; } pid$1::MyFree:entry /bufs[arg0]/ { bufs[arg0] = 0; } This message posted from opensolaris.org
2018 Mar 05
0
[ANNOUNCE] editres 1.0.7
...that speaks the Editres protocol. This version raises the minimum version of libXt required to build & run editres to libXt 1.0.99.1. Alan Coopersmith (10): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Replace XtMalloc+sprintf pair with XtAsprintf call Replace remaining sprintf calls with snprintf Fix -Wsign-compare warnings Strip trailing whitespace Fix -Wmissing-noreturn warnings Add intro to editres to README editres 1.0.7 Emil Velikov (1): autogen.sh: use quoted stri...