Changeset 58a4cde for libcfa/src
- Timestamp:
- Aug 6, 2025, 10:47:44 AM (4 months ago)
- Branches:
- master
- Children:
- 81e1984b
- Parents:
- d7a2de1 (diff), b2e4a73 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/heap.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.cfa
rd7a2de1 r58a4cde 10 10 // Created On : Tue Dec 19 21:58:35 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Aug 7 10:14:47 202413 // Update Count : 164 612 // Last Modified On : Thu May 15 16:47:35 2025 13 // Update Count : 1647 14 14 // 15 15 … … 974 974 if ( likely( tsize < heapMaster.mmapStart ) ) { // small size => sbrk 975 975 size_t bucket; 976 // Find smallest bucket that is >= the allocation side. 976 977 #ifdef FASTLOOKUP 977 978 if ( likely( tsize < LookupSizes ) ) bucket = lookup[tsize];
Note:
See TracChangeset
for help on using the changeset viewer.