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

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

Completed in 374 milliseconds