|
|
|
|
| linux 上不支持 dmalloc -p log-unknown 命令? |
|
|
|
[Original]
[Print]
[Top]
|
# dmalloc -p log-unknown
dmalloc: token 'log-unknown' has been disabled: Disabled token -- this is the default now
可是 info dmalloc有这一条:
You may also want to enable the `log-unknown' token (`dmalloc -p
log-unknown') which will log non-freed information about "unknown"
memory to the log file. Unknown means memory that does not have
associated file and line information. This is necessary if you
are _not_ including `dmalloc.h' in your C files or if you want to
track possible memory leaks in system functions.
|
|
|
[Original]
[Print]
[Top]
|
|
|