mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-01 09:37:50 +03:00
utrace support with label based signature.
This commit is contained in:
parent
92e189be8b
commit
520b75fa2d
4 changed files with 30 additions and 6 deletions
|
|
@ -250,7 +250,7 @@ typedef struct {
|
|||
ut.p = (a); \
|
||||
ut.s = (b); \
|
||||
ut.r = (c); \
|
||||
utrace(&ut, sizeof(ut)); \
|
||||
UTRACE_CALL(&ut, sizeof(ut)); \
|
||||
errno = utrace_serrno; \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue