Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp448 if (Header.AllocType != FromMemalign || Type != FromMalloc) in deallocate()
671 Instance.allocate(Size, GetPageSizeCached(), FromMemalign)); in scudoValloc()
684 return SetErrnoOnNull(Instance.allocate(Size, PageSize, FromMemalign)); in scudoPvalloc()
693 void *Ptr = Instance.allocate(Size, Alignment, FromMemalign); in scudoPosixMemalign()
H A Dscudo_malloc.cpp55 return scudoAllocate(size, alignment, FromMemalign); in memalign()
H A Dscudo_allocator.h25 FromMemalign = 3, // Memory block came from memalign, posix_memalign, etc. enumerator