HomeSort by relevance Sort by last modified time
    Searched defs:small1 (Results 1 - 4 of 4) sorted by null

  /external/jemalloc_new/test/integration/
xallocx.c 177 size_t small0, small1, largemax; local
182 small1 = get_small_size(1);
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
194 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
  /external/jemalloc/test/integration/
xallocx.c 212 size_t small0, small1, hugemax; local
217 small1 = get_small_size(1);
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
229 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
  /external/libcxx/test/support/
any_helpers.h 176 typedef small_type<1> small1; typedef
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 2923 milliseconds