mephi42 / memtrace

Valgrind tool for tracing memory accesses
12 stars 2 forks source link

tracer: use guard page #24

Open mephi42 opened 4 years ago

mephi42 commented 4 years ago

Map a guard page at the end of the trace buffer and catch SIGSEGV. This way checking whether it's full will not be required.