HomeSort by: relevance | last modified time | path
    Searched defs:HEAPSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/test/
stand_user.c 48 #ifndef HEAPSIZE
49 #define HEAPSIZE (128*1024)
57 char *h = malloc(HEAPSIZE);
58 setheap(h, h + HEAPSIZE);
  /src/sys/arch/atari/stand/bootxx/
bootxx.c 53 #define HEAPSIZE (64 * 1024) /* should be >32KB for ffs blocksize */
55 #define HEAPEND (HEAPSTART + HEAPSIZE)

Completed in 12 milliseconds