Skip to content

A simple C library designed to provide functionality for memory allocations with/without size information.

License

Notifications You must be signed in to change notification settings

KumarjitDas/mem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEM

MEM is a simple, header-only C library designed to provide compile-time system information. This project targets both Windows and GNU/Linux (32-bit and 64-bit) platforms. The library aims to help developers easily allocate, reallocate, and free memory with or without size information.

Table of Contents

Features

TODO

Requirements

TODO

Usage

TODO

Example

TODO

Roadmap

TODO

Contributing

TODO

Naming Convention

TODO

License

This project is distributed under the BSD 2-Clause License. See LICENSE for more information.

Project Status

TODO

Acknowledgment

I appreciate these websites which helped me to make such good README file, and helped me to learn about project versioning and keeping CHANGELOG.

Contact

Twitter: @kumarjitdas1999

LinkedIn: Kumarjit Das

E-mail: kumarjitdas1999@gmail.com

Project link: MEM

Versioning

This project uses MAJOR, MINOR, and PATCH version numbers for versioning (vMAJOR.MINOR.PATCH).

  • MAJOR version number indicates new changes which may be incompatible with older versions.
  • MINOR version number indicates addition of backwards-compatible features.
  • PATCH version number indicates backwards-compatible bug fixes, or minor mistake fixes like spelling, character cases, punctuations, and indentation.

Changelog

The Changelog file contains all the information about the changes made to this project till now.

About

A simple C library designed to provide functionality for memory allocations with/without size information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published