Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Djava_finalizer2.cpp20 Heap* heap = (Heap*)p; in Thread1() local
29 Heap* heap = (Heap*)p; in Thread2() local
37 Heap* heap = (Heap*)p; in Thread3() local
48 Heap* heap = (Heap*)p; in Ballast() local
54 Heap* heap = (Heap*)calloc(sizeof(Heap), 2) + 1; in main() local
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dflush.c15 int *heap = (int*)malloc(sizeof(int)); in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dheaprealloc_zero_size.cpp12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
H A Dheapalloc_zero_size.cpp12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Ddescribe_address.cpp9 int *heap = new int[100]; in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp190 char *heap = new char[kHugeStackSize + run_offset + 1]; in RunHugeStack() local
222 char *heap = new char[kStackSize + 1]; in main() local
H A Dswapcontext_test.cpp87 char *heap = new char[kStackSize + 1]; in main() local
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst356 Write barrier: ``llvm.gcwrite``
372 Read barrier: ``llvm.gcread``
H A DLexicon.rst147 .. _heap: target in H
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_vector.cpp204 st_heap_block2 heap(dealloc, heap_block); in __cxa_vec_new2() local
233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() local
389 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() local
411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3() local
H A Dfallback_malloc.cpp61 char heap[HEAP_SIZE] __attribute__((aligned)); variable
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp37 auto heap = builder.create<fir::LoadOp>(loc, ptr); in genRaggedArrayAllocate() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_debugging.cpp102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
H A Dasan_descriptions.h200 HeapAddressDescription heap; member
H A Dasan_malloc_win.cpp204 #define OWNED_BY_RTL(heap, memory) \ argument
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp122 auto heap = rewriter.create<fir::AllocMemOp>( in matchAndRewrite() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp87 void *heap = malloc(0); in TEST() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp691 auto heap = builder.create<fir::AllocMemOp>(loc, box.getBaseTy(), allocName, in genInlinedAllocation() local
789 auto heap = allocateAndInitNewStorage( in genReallocIfNeeded() local
818 auto heap = allocateAndInitNewStorage( in genReallocIfNeeded() local
855 auto heap = fir::getBase(realloc.newValue); in finalizeRealloc() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-internal.h71 int heap; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp82 uptr heap; member
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1358 HeapSpaceRegion *heap = nullptr; variable