Searched refs:StaticBufferNumElements (Results 1 – 3 of 3) sorted by relevance
108 // `StaticBufferNumElements` or if all the static buffers are in use, it'll110 template <uptr StaticBufferCount, uptr StaticBufferNumElements>116 static_assert(isAligned(StaticBufferNumElements * sizeof(uptr),136 if (UNLIKELY(NumElements > StaticBufferNumElements)) in getBuffer() 155 Buf.Data = &RawBuffer[index * StaticBufferNumElements]; in releaseBuffer() 157 memset(Buf.Data, 0, StaticBufferNumElements * sizeof(uptr)); in releaseBuffer() 200 uptr RawBuffer[StaticBufferCount * StaticBufferNumElements] GUARDED_BY(Mutex);340 static const uptr StaticBufferNumElements = 512U;341 using BufferPoolT = BufferPool<StaticBufferCount, StaticBufferNumElements>;332 static const uptr StaticBufferNumElements = 512U; global() variable
14 RegionPageMap::StaticBufferNumElements>
631 constexpr scudo::uptr StaticBufferNumElements = 512U; in TEST() local637 scudo::BufferPool<StaticBufferCount, StaticBufferNumElements>; in TEST()642 BufferPool::Buffer Buffer = Pool->getBuffer(StaticBufferNumElements); in TEST()648 BufferPool::Buffer Buffer = Pool->getBuffer(StaticBufferNumElements); in TEST()