Changes between Version 1 and Version 2 of Ticket #65, comment 16
- Timestamp:
- Nov 12, 2017, 8:44:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65, comment 16
v1 v2 19 19 That'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]] 20 20 It 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.