Home | History | Annotate | Download | only in allocator

Lines Matching full:bracket

353     uint8_t size_bracket_idx_;          // The index of the size bracket of this run.
424 // Add the given slot to the bulk free list. Returns the bracket size.
460 // The common part of AddToBulkFreeList() and AddToThreadLocalFreeList(). Returns the bracket
499 // The numbers of pages that are used for runs for each size bracket.
501 // The numbers of slots of the runs for each size bracket.
503 // The header sizes in bytes of the runs for each size bracket.
510 // Returns the byte size of the bracket size from the index.
515 // Returns the index of the size bracket from the bracket size.
545 // Rounds up the size up the nearest bracket size.
559 // Returns the size bracket index from the byte size with rounding.
669 // The size of the largest bracket we use thread-local runs for.
677 // The size of the largest regular (8 or 16-byte increment) bracket. Non-regular brackets are the
681 // The bracket size increment for the thread-local brackets (<= kMaxThreadLocalBracketSize bytes).
687 // The bracket size increment for the non-thread-local, regular brackets (of size <=
728 // The mutexes, one per size bracket.
730 // Bracket lock names (since locks only have char* names).
792 // Returns the bracket size.
796 // Used to allocate a new thread local run for a size bracket.
799 // Used to acquire a new/reused run for a size bracket. Used when a