Searched refs:ul (Results 1 – 1 of 1) sorted by relevance
486 unsigned long ul; in alloc_new_heap() local523 ul = p2 - p1; in alloc_new_heap()524 if (ul) in alloc_new_heap()525 __munmap (p1, ul); in alloc_new_heap()528 __munmap (p2 + max_size, max_size - ul); in alloc_new_heap()
Completed in 5 milliseconds