Skip to content
View hassahma's full-sized avatar

Block or report hassahma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Dynamic-Memory-Allocator Dynamic-Memory-Allocator Public

    Forked from ChrisWills/Dynamic-Memory-Allocator

    Custom malloc()/free() implementation

    C

  2. Malloc-Implementations Malloc-Implementations Public

    Forked from emeryberger/Malloc-Implementations

    A collection of memory allocators

    C

  3. Malloc Malloc Public

    Forked from ltganesan/Malloc

    C

  4. malloc-1 malloc-1 Public

    Dynamic memory allocator. Implements malloc, free and realloc in C for Unix using system calls. A thin layer is inserted between the OS and our malloc calls for debugging purposes.

    C

  5. C-Malloc-Implementation C-Malloc-Implementation Public

    Forked from Belkacem/C-Malloc-Implementation

    An implementation of the malloc library in C for a homework assignment

    C

  6. Malloc--Dynamic-Memory-Allocator Malloc--Dynamic-Memory-Allocator Public

    Forked from yichuns/Malloc--Dynamic-Memory-Allocator

    Dynamic memory allocator

    C