Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!decwrl!ucbvax!ANDREW.CMU.EDU!bader+ From: bader+@ANDREW.CMU.EDU (Miles Bader) Newsgroups: comp.soft-sys.andrew Subject: Re: Andrew "malloc" on SPARC doesn't work Message-ID: Date: 28 Nov 89 17:43:13 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 Fred Hansen writes: > With this version using -DMSTATS and MALLOC_DEBUG_ENV, the malloc > information can be accessed from ATK applications by typing > control-X, \200, m for statistics > control-X, \200, t for plumber data > (\200 is the Insert key on an RT. I don't know how to generate it on > other workstations. If you want to rebind the functions to > control-X,m,s and control-X,m,t, you can put the following in .atkinit: Actually, \200 is really \000-- All key-bindings have the high bit stripped in the keymap package (otherwise, there would be no way to specify \000, it being the c string delimiter). So ^@ or ^SPACE will probably work on most keyboards. -Miles