Home
last modified time | relevance | path

Searched refs:heap_end (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
Dsyscalls.c143 static char * heap_end; in _sbrk() local
146 if (heap_end == 0) { in _sbrk()
147 heap_end = & end; in _sbrk()
150 prev_heap_end = heap_end; in _sbrk()
151 heap_end += incr; in _sbrk()
/external/ltp/testcases/kernel/kvm/
Dlib_guest.c15 static char *heap_end = kvm_heap_begin; variable
412 uintptr_t addr = (uintptr_t)heap_end; in tst_heap_alloc_aligned()
418 heap_end = (char *)LTP_ALIGN(addr + size, 4); in tst_heap_alloc_aligned()
424 void *ret = heap_end; in tst_heap_alloc()
426 heap_end += LTP_ALIGN(size, 4); in tst_heap_alloc()
/external/rust/android-crates-io/crates/buddy_system_allocator/
DREADME.md25 HEAP_ALLOCATOR.lock().add_to_heap(heap_start, heap_end);
/external/avb/examples/uefi/
Duefi_avb_boot.c62 UINT16 heap_end; member
/external/mesa3d/src/panfrost/lib/
Dpan_desc.c664 cfg.heap_end = tiler_ctx->midgard.polygon_list; in pan_emit_midgard_tiler()
673 cfg.heap_end = cfg.heap_start + tiler_ctx->midgard.heap.size; in pan_emit_midgard_tiler()