Home
last modified time | relevance | path

Searched refs:heap_end (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c15 static char *heap_end = kvm_heap_begin; variable
100 uintptr_t addr = (uintptr_t)heap_end; in tst_heap_alloc_aligned()
106 heap_end = (char *)LTP_ALIGN(addr + size, 4); in tst_heap_alloc_aligned()
112 void *ret = heap_end; in tst_heap_alloc()
114 heap_end += LTP_ALIGN(size, 4); in tst_heap_alloc()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c599 cfg.heap_end = tiler_ctx->midgard.polygon_list->ptr.gpu; in pan_emit_midgard_tiler()
614 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size; in pan_emit_midgard_tiler()

Completed in 3 milliseconds