Searched refs:heap_end (Results 1 – 5 of 5) sorted by relevance
143 static char * heap_end; in _sbrk() local146 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()
15 static char *heap_end = kvm_heap_begin; variable412 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()
25 HEAP_ALLOCATOR.lock().add_to_heap(heap_start, heap_end);
62 UINT16 heap_end; member
664 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()