Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:docs:win16:api:kernel:localinit [2026/02/08 09:33] – prokushev | en:docs:win16:api:kernel:localinit [2026/02/08 09:34] (current) – prokushev | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | * < | ||
| * The function sets up a local heap manager within the provided segment, enabling local memory allocation functions to operate within that segment. | * The function sets up a local heap manager within the provided segment, enabling local memory allocation functions to operate within that segment. | ||
| - | * Applications typically call < | + | * Applications typically call LocalInit during initialization of a data segment or a dynamically allocated memory block intended for use as a local heap. |
| - | * The heap size (< | + | |
| - | * For compatibility and performance reasons, modern Windows applications should use the standard heap functions (e.g., < | + | |
| ===== Example Code ===== | ===== Example Code ===== | ||




