/llvm-project/compiler-rt/test/tsan/ |
H A D | java_finalizer2.cpp | 20 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(2, sizeof(Heap)) + 1; in main() local
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpmalloc.c | 407 #define _rpmalloc_stat_inc_alloc(heap, class_idx) \ argument 415 #define _rpmalloc_stat_inc_free(heap, class_idx) \ argument 439 #define _rpmalloc_stat_inc_alloc(heap, class_idx) \ argument 442 #define _rpmalloc_stat_inc_free(heap, class_idx) \ argument 633 heap_t *heap; member 883 heap_t *heap = get_thread_heap_raw(); in get_thread_heap() local 927 static void set_thread_heap(heap_t *heap) { in set_thread_heap() 1278 static span_t *_rpmalloc_span_map_from_reserve(heap_t *heap, 1321 static span_t *_rpmalloc_span_map_aligned_count(heap_t *heap, 1370 static span_t *_rpmalloc_span_map(heap_t *heap, size_t span_count) { [all …]
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | heaprealloc_zero_size.cpp | 12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
|
H A D | heapalloc_zero_size.cpp | 12 HANDLE heap = HeapCreate(0, 0, 0); in main() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | flush.c | 13 int *heap = (int*)malloc(sizeof(int)); in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | describe_address.cpp | 9 int *heap = new int[100]; in main() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | swapcontext_annotation.cpp | 190 char *heap = new char[kHugeStackSize + run_offset + 1]; in RunHugeStack() local 222 char *heap = new char[kStackSize + 1]; in main() local
|
H A D | swapcontext_test.cpp | 118 char *heap = new char[kStackSize + 1]; in main() local
|
/llvm-project/llvm/docs/ |
H A D | GarbageCollection.rst | 356 Write barrier: ``llvm.gcwrite`` 372 Read barrier: ``llvm.gcread``
|
H A D | Lexicon.rst | 147 .. _heap: target in H
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_vector.cpp | 204 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 D | fallback_malloc.cpp | 63 char heap[HEAP_SIZE] __attribute__((aligned)); variable [all...] |
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Ragged.cpp | 38 auto heap = builder.create<fir::LoadOp>(loc, ptr); in genRaggedArrayAllocate() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_debugging.cpp | 102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
|
H A D | asan_descriptions.h | 200 HeapAddressDescription heap; global() member
|
H A D | asan_malloc_win.cpp | 204 OWNED_BY_RTL(heap,memory) global() argument [all...] |
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | MemoryAllocation.cpp | 116 auto heap = rewriter.create<fir::AllocMemOp>( matchAndRewrite() local [all...] |
H A D | StackArrays.cpp | 488 convertAllocationType(mlir::PatternRewriter & rewriter,const mlir::Location & loc,mlir::Value heap,mlir::Value stack) convertAllocationType() argument [all...] |
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | MutableBox.cpp | 763 auto heap = builder.create<fir::AllocMemOp>(loc, box.getBaseTy(), allocName, genInlinedAllocation() local 866 auto heap = allocateAndInitNewStorage( genReallocIfNeeded() local 895 auto heap = allocateAndInitNewStorage( genReallocIfNeeded() local 932 auto heap = fir::getBase(realloc.newValue); finalizeRealloc() local [all...] |
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_shadow_test.cpp | 92 void *heap = malloc(0); in TEST() local
|
/llvm-project/openmp/runtime/src/ |
H A D | ompt-internal.h | 75 int heap; member
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 503 } heap; member 516 ArrayRef<HeapAllocation> heap; member 555 const HeapChunk heap; member in __hwasan::__anonfdd1ce240511::BaseReport [all...] |
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TypeConverter.cpp | 65 __anon41de6d400802(HeapType heap) __anon41de6d400802() argument
|
/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 82 uptr heap; member
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1421 HeapSpaceRegion *heap = nullptr; variable
|