Home
last modified time | relevance | path

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

/llvm-project/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(2, sizeof(Heap)) + 1; in main() local
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c407 #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 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/compiler-rt/test/dfsan/
H A Dflush.c13 int *heap = (int*)malloc(sizeof(int)); in main() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddescribe_address.cpp9 int *heap = new int[100]; in main() local
/llvm-project/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.cpp118 char *heap = new char[kStackSize + 1]; in main() local
/llvm-project/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/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.cpp63 char heap[HEAP_SIZE] __attribute__((aligned)); variable
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp38 auto heap = builder.create<fir::LoadOp>(loc, ptr); in genRaggedArrayAllocate() local
/llvm-project/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; global() member
H A Dasan_malloc_win.cpp204 OWNED_BY_RTL(heap,memory) global() argument
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp116 auto heap = rewriter.create<fir::AllocMemOp>( matchAndRewrite() local
[all...]
H A DStackArrays.cpp488 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 DMutableBox.cpp763 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 Dtsan_shadow_test.cpp92 void *heap = malloc(0); in TEST() local
/llvm-project/openmp/runtime/src/
H A Dompt-internal.h75 int heap; member
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp503 } 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 DTypeConverter.cpp65 __anon41de6d400802(HeapType heap) __anon41de6d400802() argument
/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp82 uptr heap; member
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1421 HeapSpaceRegion *heap = nullptr; variable