Home
last modified time | relevance | path

Searched refs:__msan_get_estimated_allocated_size (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dmsan_interface.h98 size_t __msan_get_estimated_allocated_size(size_t size);
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h146 uptr __msan_get_estimated_allocated_size(uptr size);
Dmsan_allocator.cc148 uptr __msan_get_estimated_allocated_size(uptr size) { in __msan_get_estimated_allocated_size() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2806 size_t alloc_size = __msan_get_estimated_allocated_size(sizes[i]); in TEST()