Skip to content

Fixes typo in memory pool size definition#4

Open
vicenter-gitkraken wants to merge 3 commits intomainfrom
bugfix/death-star-superlaser
Open

Fixes typo in memory pool size definition#4
vicenter-gitkraken wants to merge 3 commits intomainfrom
bugfix/death-star-superlaser

Conversation

@vicenter-gitkraken
Copy link
Copy Markdown
Owner

@vicenter-gitkraken vicenter-gitkraken commented Jun 17, 2025

Corrects a typo in the macro definition for the memory pool size.
The macro name is updated to ensure consistency and avoid potential issues.


Open with GitKraken

vicenter-gitkraken and others added 3 commits May 13, 2025 14:00
Implements a pull request template for the GitKraken documentation to streamline the review process.

The template provides a standardized structure for contributors, ensuring that each pull request includes:

- A clear description of the changes and their purpose.
- Instructions on how to test and verify the changes.
- Categorization of changes (typo fixes, content improvements, new documentation, etc.)

This promotes consistency, improves the efficiency of reviews, and helps maintain high-quality documentation.
Introduces implementations of a custom memory allocator, a holo-communication server link, a Kyber crystal management system, and a process scheduler simulation.

These programs demonstrate core systems programming concepts, including memory management, network communication, hardware interaction simulation, and process scheduling. The code includes basic error handling, data structures, and algorithms relevant to each system.
Corrects a typo in the memory pool size macro definition,
changing `POOL_SIZE` to `POOL_size`.

This ensures that the memory pool size is properly defined
and avoids potential compilation or runtime errors.
@vicenter-gitkraken
Copy link
Copy Markdown
Owner Author

Hey @vicenter-gitkraken, while reviewing your PR, I'd suggest the following code changes:

👉 Code Suggestion for #4

#4

You can also review and apply these suggestions locally on your machine.

Learn more about GitKraken Code Suggest

Code Suggest liberates your code reviews from GitHub's restrictive, comment-only feedback style. As simple as suggesting changes in a Google-doc, provide real code suggestions from where you code, e.g. your IDE, and on anything in your project — not just on the lines of code changed in the PR.

Join your team on GitKraken to speed up PR review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant