Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/memory.cpp: Fix sizeof() (google#221)
This was using `sizeof(size_t)`, when it should have been `sizeof(void*)`. While these are usually equal, I don't think there's any guarantees for this. Fixes: google#220
- Loading branch information