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); }
To downgrade the human mind is bad theology. - C. K. Chesterton