Watchdog
Memory tracer, leaks hunter.
Install / Use
/learn @daddinuz/WatchdogREADME
Watchdog
Watchdog is a C99-compliant runtime dynamically-allocated memory-tracer library that may come in handy at the development stage, during a memory leak hunting session, or while analyzing the memory bottle-neck of you program.
How does it work?
Watchdog fulfills only the following task:
- log every usage of heap memory while the program is running.
This allows, with a small overhead over performances, to maintain the whole "history" of the dynamic memory usage, that can be analyzed in a separate stage.
At this point one can freely analyze the "history" by itself, alternatively watchdog analyzer can be used to ease this task.
How to integrate?
Watchdog is designed to be integrated simply into the existing code.
One should just include "watchdog.h" instead of "stdlib.h" into the files that need to be traced.
Watchdog does not trace external libraries, it only traces those ones in which it is included.
How to turn it off?
If NDEBUG is defined, watchdog is automatically disabled so that programs will run with zero overhead, using the standard allocators in "stdlib.h".
Recommendations
It is strongly recommended to use Watchdog only in pre-production stages.
Useful links:
- Analyzer and TUI viewer for watchdog reports.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
