Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsize_classes.sh288 * NSIZES: Number of size classes.
289 * NPSIZES: Number of size classes that are a multiple of (1U << LG_PAGE).
335 * cannot support more than 256 small size classes.
A Djemalloc_internal_defs.h.in183 * classes).
A Djemalloc_internal.h.in258 * classes).
338 * In addition, this controls the spacing of cacheline-spaced size classes.
466 * size classes. In order to reduce cache footprint, the table is compressed,
/third_party/ulib/musl/third_party/tre/
A Dregexec.c109 static int tre_neg_char_classes_match(tre_ctype_t* classes, tre_cint_t wc, int icase) { in tre_neg_char_classes_match() argument
110 while (*classes != (tre_ctype_t)0) in tre_neg_char_classes_match()
111 if ((!icase && tre_isctype(wc, *classes)) || in tre_neg_char_classes_match()
113 (tre_isctype(tre_toupper(wc), *classes) || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
116 classes++; in tre_neg_char_classes_match()
/third_party/ulib/jemalloc/
A DINSTALL236 Specify the base 2 log of how many size classes to use for each doubling in
238 e.g. the following size classes:
244 <lg-size-class-group>=3 results in e.g. the following size classes:
251 classes that are powers of 2:
260 classes to 255, and a compilation error will result if the
287 size classes that are not 16-byte-aligned (24, 40, and 56, assuming
292 size classes are powers of 2 less than the quantum, and are only
294 --with-lg-quantum). Tiny size classes technically violate the C standard
303 --with-lg-quantum=3 works. Smaller tiny size classes can, and will, cause
A DChangeLog320 range. By default there are four size classes per size doubling, but this
326 is improved because there are far fewer size classes, and therefore
329 classes (those less than four times the quantum). (1B + 4 KiB)
399 classes, and packed (less uniformly aligned) metadata layout improves CPU
A Dconfigure.ac1356 [Base 2 log of size classes per doubling])],
/third_party/uapp/dash/src/
A Dexpand.c1507 } classes[] = { in ccmatch() local
1523 end = classes + sizeof(classes) / sizeof(classes[0]); in ccmatch()
1524 for (class = classes; class < end; class++) { in ccmatch()
/third_party/ulib/musl/
A DWHATSNEW1642 - new default CFLAGS/LDFLAGS avoid entire classes of toolchain bugs
/third_party/lib/acpica/
A Dchanges.txt1354 ACPICA external interfaces. Entire classes of interfaces can now be
16121 Exception codes broken into classes and renumbered. Be sure to
16124 classes (environment, programmer, AML code, ACPI table, and

Completed in 54 milliseconds