aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRatakor <ratakor@disroot.org>2023-08-01 17:13:00 +0200
committerRatakor <ratakor@disroot.org>2023-08-01 17:13:00 +0200
commitaa806bf91828351d8d3f502ee52e9b682a370b15 (patch)
treec2e33f80a0f7313b00ffac8110ec236717dda512
parentfc61b2616b77956a9ac91165d026679aaaf1dced (diff)
Add dalloc_query to README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fedeba..c2bce0a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ Add a comment to a pointer so it is more easy to know what the pointer stands
for just by looking at the error message from dalloc.
When `DALLOC` is not defined this function does nothing.
+#### dalloc_query(void *p)
+Output informations about p to stderr.
+When `DALLOC` is not defined this function does nothing.
+
Notes
-----
An error with "Unknown pointer" is either caused by a double free or when