<div dir="ltr"><div>Hello everybody,</div><div><br></div>I want to add a special checker for our memory pool。<div>Set the first bit of pointer as the special checker flag</div><div><br></div><div>for example:</div><div>void *p = mempool_get(mp); </div><div>Assume p mempool_get return a pointer: $(real_pointer) & 0xa0000000</div><div><br></div><div>So, I want to change the __asan_report* function to remove the first bit of pointer</div><div><br></div><div>How can i change the __asan_report_*'s first param from void* to void **?</div></div>