Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/integration/
A Dxallocx.c298 size_t i, range0; in print_filled_extents() local
302 range0 = 0; in print_filled_extents()
306 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents()
307 range0 = i; in print_filled_extents()
311 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()

Completed in 3 milliseconds