summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-10-20 13:20:57 +0000
committerphk <phk@FreeBSD.org>1996-10-20 13:20:57 +0000
commitdcce35102d8055528548c41ea88a3be5bc0dc703 (patch)
tree15285d1a59fdc4959729069a095ca3146dccbd3d /sys/libkern
parent21bccdcd4a4275128017d9f3bc90a98c3fb3302d (diff)
downloadFreeBSD-src-dcce35102d8055528548c41ea88a3be5bc0dc703.zip
FreeBSD-src-dcce35102d8055528548c41ea88a3be5bc0dc703.tar.gz
malloc_pages should be static.
Add progname to warning/error message layout. (joerg) Remove inline assembler, no speed impact, not need for the obfuscation (bde) Remove on the fly calculation of parameters, no longer critical. Make D & U flags valid even if we don't support them. Don't call imalloc until we're done initializing. Zap contents on free() if we have "Junk" set. [*] Various nitpicking. [*] As a sideeffect of this change, if you are worried about sensitive data lingering in memory, you can use the 'Junk' option now to make sure phkmalloc zaps memory when it is returned. add char * malloc_options = "J"; to your source. Obviously there is a performance impact.
Diffstat (limited to 'sys/libkern')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud