Home
last modified time | relevance | path

Searched refs:tst_heap_alloc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/
H A Dkvm_guest.h93 void *tst_heap_alloc(size_t size);
/aosp_15_r20/external/ltp/testcases/kernel/kvm/
H A Dlib_x86.c391 ret = tst_heap_alloc(sizeof(struct kvm_svm_vcpu)); in kvm_create_svm_vcpu()
H A Dlib_guest.c422 void *tst_heap_alloc(size_t size) in tst_heap_alloc() function
/aosp_15_r20/external/ltp/doc/old/
H A DKVM-Test-API.asciidoc270 - `void *tst_heap_alloc(size_t size)` – Allocates a block of memory on the heap.