Home
last modified time | relevance | path

Searched refs:alloc_stack (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_debugging.cc85 bool alloc_stack) { in AsanGetStack() argument
90 if (alloc_stack) { in AsanGetStack()
H A Dasan_report.cc552 StackTrace alloc_stack = chunk.GetAllocStack(); in DescribeHeapAddress() local
574 alloc_stack.Print(); in DescribeHeapAddress()
/aosp_15_r20/external/ltp/testcases/kernel/kvm/
H A Dlib_x86.c375 int alloc_stack) in kvm_create_svm_vcpu() argument
384 if (alloc_stack) { in kvm_create_svm_vcpu()
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Dthread.cpp84 LIBC_INLINE ErrorOr<void *> alloc_stack(size_t stacksize, size_t guardsize) { in alloc_stack() function
219 auto alloc = alloc_stack(stacksize, guardsize); in run()
/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/
H A Dkvm_x86_svm.h162 int alloc_stack);
/aosp_15_r20/external/ltp/doc/old/
H A DKVM-Test-API.asciidoc453 - `struct kvm_svm_vcpu *kvm_create_svm_vcpu(int (*guest_main)(void), int alloc_stack)` -
456 the `alloc_stack` parameter controls whether a new 8KB stack will be
458 and `HLT` instructions. If you set `alloc_stack` to zero, you must configure
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc3133 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference() local
3184 if (alloc_stack->Contains(const_cast<mirror::Object*>(obj))) { in VerifyReference()
3190 if (alloc_stack->Contains(const_cast<mirror::Object*>(ref))) { in VerifyReference()
/aosp_15_r20/art/runtime/gc/collector/
H A Dconcurrent_copying.cc3581 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack() local
3582 return alloc_stack->Contains(ref); in IsOnAllocStack()