Comment First instruction (Score 1) 326
An infinitely fast computer requires PAUSE instruction.
void demalloc(void *ptr) { ptr = NULL; }
and IE implementation
void demalloc(void *ptr) { free(ptr + 4); }
"It's when they say 2 + 2 = 5 that I begin to argue." -- Eric Pepke