Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
/ malloc Public archive

implementing malloc() and free() / graduation project - Spring 2020

Notifications You must be signed in to change notification settings

bayramcicek/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

  • malloc() fonksiyonunun yazılması / bitirme projesi - Bahar 2020

  • C standard: C11

  • Main source: Ritchie, D.M. and Kernighan, B.W. 1988. The C Programming Language. Prentice-Hall, Chapter 5, 7, 8 and Appendix B.5


Installation

  • Clone repository:
  $ git clone https://github.com/bayramcicek/malloc.git
  $ cd ./malloc
  • Run:
  $ gcc main.c new_malloc.c
  $ ./a.out
  • Output:

terminal_output

About

implementing malloc() and free() / graduation project - Spring 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published