Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WEEKLY CHALLENGE

Name: Anonymous 2010-07-24 6:51

implement malloc() using the C programming language.

Name: Anonymous 2010-07-24 9:57

void* malloc(size_t size)
{
    /* Create file with random name, `size' large. */
    /* mmap file. */
    /* Return memory area. */
}

/* Implementation of free using munmap and unlink. */

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List