Available on crate feature
client_requests_defs
only.Expand description
All public client requests from the helgrind.h
header file
See also Helgrind Client Requests
Functionsยง
- annotate_
happens_ after - See
annotate_happens_before
- annotate_
happens_ before - Create completely arbitrary happens-before edges between threads
- annotate_
happens_ before_ forget_ all - This is interim until such time as bug 243935 is fully resolved
- annotate_
new_ memory - Report that a new memory at
addr
of sizesize
has been allocated. - annotate_
rwlock_ acquired - Report that the lock at address
lock
has just been acquired - annotate_
rwlock_ create - Report that a lock has just been created at address
lock
- annotate_
rwlock_ destroy - Report that the lock at address
lock
is about to be destroyed - annotate_
rwlock_ released - Report that the lock at address
lock
is about to be released - clean_
memory - Clean memory state