Home
last modified time | relevance | path

Searched refs:PGSZ (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dfree.c119 if (((uintptr_t)(start-1) ^ (uintptr_t)end) >= 2*PGSZ && g->last_idx) { in free()
120 unsigned char *base = start + (-(uintptr_t)start & (PGSZ-1)); in free()
121 size_t len = (end-base) & -PGSZ; in free()
H A Dmeta.h64 #define PGSZ PAGESIZE macro
66 #define PGSZ ctx.pagesize macro
H A Dmalloc.c112 size_t pagesize = PGSZ; in alloc_meta()
249 size_t pagesize = PGSZ; in alloc_group()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h64 #define PGSZ PAGESIZE macro
66 #define PGSZ ctx.pagesize macro
H A Dmalloc.c110 size_t pagesize = PGSZ; in alloc_meta()
246 size_t pagesize = PGSZ; in alloc_group()

Completed in 5 milliseconds