Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.cfa

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