HomeSort by: relevance | last modified time | path
    Searched defs:BackingStore (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_allocator.h 175 unsigned char *BackingStore = nullptr;
183 if (UNLIKELY(BackingStore == nullptr)) {
184 BackingStore = allocateBuffer(MaxMemory);
185 if (BackingStore == nullptr) {
191 AlignedNextBlock = BackingStore;
194 auto BackingStoreNum = reinterpret_cast<uintptr_t>(BackingStore);
198 deallocateBuffer(BackingStore, MaxMemory);
199 AlignedNextBlock = BackingStore = nullptr;
228 BackingStore(nullptr),
236 BackingStore(reinterpret_cast<unsigned char *>(P))
    [all...]
xray_buffer_queue.h 63 ControlBlock *BackingStore = nullptr;
145 ControlBlock *BackingStore;

Completed in 54 milliseconds