Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.cfa

    rdf2e00f rcfbfd31  
    1010// Created On       : Tue Dec 19 21:58:35 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug  7 10:14:47 2024
    13 // Update Count     : 1646
     12// Last Modified On : Thu May 15 16:47:35 2025
     13// Update Count     : 1647
    1414//
    1515
     
    974974        if ( likely( tsize < heapMaster.mmapStart ) ) {         // small size => sbrk
    975975                size_t bucket;
     976                // Find smallest bucket that is >= the allocation side.
    976977                #ifdef FASTLOOKUP
    977978                if ( likely( tsize < LookupSizes ) ) bucket = lookup[tsize];
Note: See TracChangeset for help on using the changeset viewer.