Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp195 const uptr BatchClassId = SizeClassMap::ClassID(sizeof(QuarantineBatch)); in Allocate() local
196 return getBackend().allocatePrimary(Cache_, BatchClassId); in Allocate()
200 const uptr BatchClassId = SizeClassMap::ClassID(sizeof(QuarantineBatch)); in Deallocate() local
201 getBackend().deallocatePrimary(Cache_, Ptr, BatchClassId); in Deallocate()