Home
last modified time | relevance | path

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

/system/core/libcutils/
Dmspace.c65 #define ALIGN_UP(p, alignment) \ macro
109 char *newbrk = (char *)ALIGN_UP(oldbrk + nb, pagesize); in contiguous_mspace_morecore()
148 starting_capacity = (size_t)ALIGN_UP(starting_capacity, pagesize); in create_contiguous_mspace_with_base()
184 char *prot_brk = (char *)ALIGN_UP(cs->brk, pagesize); in create_contiguous_mspace_with_base()
222 max_capacity = (size_t)ALIGN_UP(max_capacity, pagesize); in create_contiguous_mspace_with_name()