Searched refs:allocateBuffer (Results 1 – 9 of 9) sorted by relevance
90 T *allocateBuffer(size_t S) XRAY_NEVER_INSTRUMENT { in allocateBuffer() function140 auto A = allocateBuffer<T>(N); in initArray()183 BackingStore = allocateBuffer(MaxMemory); in Alloc()
247 auto ProfileArena = allocateBuffer(MaxSize); in serialize()254 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize()296 B->Data = allocateBuffer(B->Size); in serialize()
32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()
252 CurrentBuffer = allocateBuffer(SerializedBufferSize); in fdrIterator()
154 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation()
1229 auto NewBlockContent = G.allocateBuffer(B->getSize()); in fixTLVSectionsAndEdges()1753 auto HeaderContent = G.allocateBuffer(B.layout()); in createHeaderBlock()
181 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
1047 MutableArrayRef<char> allocateBuffer(size_t Size) { in allocateBuffer() function1137 auto Content = allocateBuffer(ContentSize);