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

  /external/compiler-rt/include/sanitizer/
msan_interface.h 114 size_t __msan_get_allocated_size(const volatile void *p);
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 171 uptr __msan_get_allocated_size(const void *p);
msan_allocator.cc 225 uptr __msan_get_allocated_size(const void *p) { function

Completed in 62 milliseconds