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

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 118 static uptr TaggedSize(uptr size) {
137 uptr size = TaggedSize(orig_size);
247 uptr tagged_size = TaggedSize(orig_size);
270 Min(TaggedSize(orig_size), (uptr)flags()->max_free_fill_size);
290 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size),
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 176 static uptr TaggedSize(uptr size) {
203 uptr size = TaggedSize(orig_size);
316 uptr tagged_size = TaggedSize(orig_size);
339 Min(TaggedSize(orig_size), (uptr)flags()->max_free_fill_size);
360 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size),

Completed in 21 milliseconds