MCPcopy Create free account
hub / github.com/F-Stack/f-stack / asan_set_shadow

Function asan_set_shadow

dpdk/lib/eal/common/malloc_elem.h:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 RTE_PTR_ADD(ASAN_MEM_SHIFT(mem), ASAN_SHADOW_OFFSET)
135
136__rte_no_asan
137static inline void
138asan_set_shadow(void *addr, char val)
139{
140 *(char *)addr = val;
141}
142
143static inline void
144asan_set_zone(void *ptr, size_t len, uint32_t val)

Callers 3

asan_set_zoneFunction · 0.85
asan_set_redzoneFunction · 0.85
asan_clear_redzoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected