Searched refs:GetHeader (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h112 Header *h = GetHeader(res);
136 Header *h = GetHeader(p);
170 return RoundUpTo(GetHeader(p)->size, page_size_);
180 return GetHeader(p) + 1;
296 Header *GetHeader(uptr p) { function in class:LargeMmapAllocator
300 Header *GetHeader(const void *p) { function in class:LargeMmapAllocator
301 return GetHeader(reinterpret_cast<uptr>(p));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h108 Header *h = GetHeader(res);
132 Header *h = GetHeader(p);
166 return RoundUpTo(GetHeader(p)->size, page_size_);
176 return GetHeader(p) + 1;
290 Header *GetHeader(uptr p) { function in class:LargeMmapAllocator
294 Header *GetHeader(const void *p) { function in class:LargeMmapAllocator
295 return GetHeader(reinterpret_cast<uptr>(p));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h111 Header *h = GetHeader(res);
135 Header *h = GetHeader(p);
169 return RoundUpTo(GetHeader(p)->size, page_size_);
179 return GetHeader(p) + 1;
296 Header *GetHeader(uptr p) { function in class:LargeMmapAllocator
300 Header *GetHeader(const void *p) { function in class:LargeMmapAllocator
301 return GetHeader(reinterpret_cast<uptr>(p));

Completed in 124 milliseconds