`free(3)` does not actually deallocate the memory (that's what `delete` is for) - instead it makes the allocation really cheap ("free") by moving it from main memory to the L1 cache!
`free(3)` does not actually deallocate the memory (that's what `delete` is for) - instead it makes the allocation really cheap ("free") by moving it from main memory to the L1 cache!
`free(3)` does not actually deallocate the memory (that's what `delete` is for) - instead it makes the allocation really cheap ("free") by moving it from main memory to the L1 cache!
What feels like arcane knowledge in git is just a simple command in jj.
What feels like arcane knowledge in git is just a simple command in jj.