syoun0620's Stars
sjh836/Spring_KakaoBot_Sample
스프링프레임워크:four_leaf_clover:로 카카오봇 만들기
syoun0620/Improved-Version-of-Heap-Management-and-Garbage-Collection-in-C.
I built a heap manager for C, replacing the function malloc and free with my improved version myalloc and myfree. Also, I wrote a garbage collection function that determines which blocks in the heap are inaccessible from the stack, and then to deallocate those blocks.