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); }
A man is known by the company he organizes. -- Ambrose Bierce