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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c73 void *little, *large; local
84 little = mallocx(SMALL_MAXCLASS, 0);
85 assert_ptr_not_null(little, "Unexpected mallocx() failure");
89 dallocx(little, 0);

Completed in 80 milliseconds