Changes between Version 1 and Version 2 of Ticket #65, comment 16


Ignore:
Timestamp:
Nov 12, 2017, 7:44:40 PM (6 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65, comment 16

    v1 v2  
    1919That's because "gdtAlloc" does NOT allocate a piece of memory from the heap. The memory allocated by gdtAlloc is NOT controlled by the heap management.[[BR]]
    2020It is the other way around:[[BR]]
    21 "malloc" uses "gdtAlloc" as the basic means to allocate memory for the heap.
     21"malloc" uses "gdtAlloc" as the basic means to allocate memory for the heap when the heap is running out of memory.