HomeSort by: relevance | last modified time | path
    Searched refs:AllocationSizeFast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 441 static uptr AllocationSizeFast(const void *p) {
690 uptr ret = AllocationSizeFast(p);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 844 uptr AllocationSizeFast(uptr p) {
1250 uptr ret = instance.AllocationSizeFast(reinterpret_cast<uptr>(p));

Completed in 16 milliseconds