Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Adding a more complex memory allocator tutorial#714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
AlejandroFNadal wants to merge14 commits intopractical-tutorials:master
base:master
Choose a base branch
Loading
fromAlejandroFNadal:master

Conversation

AlejandroFNadal
Copy link

Description

Added a new memory allocator tutorial with automated testing

Motivation and Context

There is already a memory allocator tutorial. However:

  • The code on the existing tutorial is under black blocks with very dark font, very hard to read.
  • The approach in this new tutorial is more security oriented, with intensive checking, space optimized, best-fit block approach, with memory de-fragmentation.
  • As per modern programming principles, the code in the new tutorial is automatically tested (something that is not so often done in C tutorials/projects)

How Has This Been Tested?

I have checked that the link is correct and that it is in the right language section and that the markdown is correctly formatted.

Types of changes

  • Content Update (change which fixes an issue or updates an already existing submission)
  • New Article (change which adds functionality)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have read theCONTRIBUTING document.
  • I have made checks to ensure URLs and other resources are valid

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@AlejandroFNadal@Filip-Nachov

[8]ページ先頭

©2009-2025 Movatter.jp