HomeSort by relevance Sort by last modified time
    Searched refs:__msan_get_estimated_allocated_size (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/include/sanitizer/
msan_interface.h 104 size_t __msan_get_estimated_allocated_size(size_t size);
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 167 uptr __msan_get_estimated_allocated_size(uptr size);
msan_allocator.cc 215 uptr __msan_get_estimated_allocated_size(uptr size) { function

Completed in 2426 milliseconds