search for: allocfree

Displaying 3 results from an estimated 3 matches for "allocfree".

Did you mean: allocframe
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 Dec 04
2
Compilation error
...m-tee.o test_lib-test-istream-try.o test_lib-test-istream-unix.o test_lib-test-json-parser.o test_lib-test-json-tree.o test_lib-test-lib-signals.o test_lib-test-llist.o test_lib-test-log-throttle.o test_lib-test-malloc-overflow.o test_lib-test-memarea.o test_lib-test-mempool.o test_lib-test-mempool-allocfree.o test_lib-test-mempool-alloconly.o test_lib-test-pkcs5.o test_lib-test-net.o test_lib-test-numpack.o test_lib-test-ostream-buffer.o test_lib-test-ostream-failure-at.o test_lib-test-ostream-file.o test_lib-test-ostream-multiplex.o test_lib-test-multiplex.o test_lib-test-path-util.o test_lib-test-pr...
2018 Dec 04
0
Compilation error
...ream-try.o test_lib-test-istream-unix.o > test_lib-test-json-parser.o test_lib-test-json-tree.o > test_lib-test-lib-signals.o test_lib-test-llist.o > test_lib-test-log-throttle.o test_lib-test-malloc-overflow.o > test_lib-test-memarea.o test_lib-test-mempool.o > test_lib-test-mempool-allocfree.o test_lib-test-mempool-alloconly.o > test_lib-test-pkcs5.o test_lib-test-net.o test_lib-test-numpack.o > test_lib-test-ostream-buffer.o test_lib-test-ostream-failure-at.o > test_lib-test-ostream-file.o test_lib-test-ostream-multiplex.o > test_lib-test-multiplex.o test_lib-test-path-uti...