Home
last modified time | relevance | path

Searched refs:FromMemalign (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp54 return scudoAllocate(size, alignment, FromMemalign); in memalign()
H A Dscudo_allocator.cpp478 if (Header.AllocType != FromMemalign || Type != FromMalloc) in deallocate()
732 Instance.allocate(Size, GetPageSizeCached(), FromMemalign)); in scudoValloc()
745 return SetErrnoOnNull(Instance.allocate(Size, PageSize, FromMemalign)); in scudoPvalloc()
754 void *Ptr = Instance.allocate(Size, Alignment, FromMemalign); in scudoPosixMemalign()
H A Dscudo_allocator.h24 FromMemalign = 3, // Memory block came from memalign, posix_memalign, etc. enumerator