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

Function asan_set_freezone

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

* When the memory is released, the release mark is * set in the corresponding range of the shadow area. */

Source from the content-addressed store, hash-verified

161 * set in the corresponding range of the shadow area.
162 */
163static inline void
164asan_set_freezone(void *ptr, size_t size)
165{
166 asan_set_zone(ptr, size, ASAN_MEM_FREE_FLAG);
167}
168
169/*
170 * When the memory is allocated, memory state must set as accessible.

Callers 1

malloc_heap_freeFunction · 0.85

Calls 1

asan_set_zoneFunction · 0.85

Tested by

no test coverage detected