HomeSort by relevance Sort by last modified time
    Searched refs:RUN_MAX_OVRHD (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 532 * RUN_MAX_OVRHD indicates maximum desired run header overhead. Runs are sized
540 * Note that it is possible to set RUN_MAX_OVRHD low enough that it cannot be
545 * (RUN_MAX_OVRHD / (reg_size << (3+RUN_BFP))
549 #define RUN_MAX_OVRHD 0x0000003dU
552 /* Put a cap on small object run size. This overrides RUN_MAX_OVRHD. */
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 525 * RUN_MAX_OVRHD indicates maximum desired run header overhead. Runs are sized
533 * Note that it is possible to set RUN_MAX_OVRHD low enough that it cannot be
538 * (RUN_MAX_OVRHD / (reg_size << (3+RUN_BFP))
542 #define RUN_MAX_OVRHD 0x0000003dU
545 /* Put a cap on small object run size. This overrides RUN_MAX_OVRHD. */
    [all...]

Completed in 32 milliseconds