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

/external/libunwind/src/mi/
H A Dmempool.c44 static size_t pg_size; variable
114 size = UNW_ALIGN(pool->obj_size, pg_size);
129 if (pg_size == 0)
130 pg_size = getpagesize ();
141 reserve = pg_size / obj_size / 4;
148 pool->chunk_size = UNW_ALIGN(2*reserve*obj_size, pg_size);

Completed in 77 milliseconds