User Details
- User Since
- Oct 31 2016, 4:57 PM (370 w, 4 d)
Feb 2 2019
Aug 23 2018
Aug 20 2018
I do support the unification of the return value, and if no call site is currently care for the actual syscall return value, I'd say, let's make all of them return pointer, nullptr or die. MMAP_FAILED might be a reasonable common ground too, but seems like nullptr is used in many places already and Windows returns NULL on failure, so a bit more unification across platforms here.
Aug 17 2018
Have you noticed any difference in performance? I tried the same back in March I have not noticed any perf gain on the couple of benchmarks. I am merely curious, I think this is a right change to make anyways.
Jul 19 2018
Jul 18 2018
Well, now it is not consistent. Why some types end with T and some not (AllocatorCacheT vs PrimaryAllocator)? Why combined allocator is called Backend and struct Allocator is not called Frontend?
Jul 16 2018
Jul 9 2018
Jul 6 2018
Jul 5 2018
Jul 3 2018
Jul 2 2018
Jun 29 2018
Jun 28 2018
How about this name?
- Renamed the flag
Jun 27 2018
Jun 25 2018
Jun 20 2018
Jun 19 2018
- Improve error messages
Jun 18 2018
Jun 15 2018
Jun 14 2018
Jun 13 2018
Thanks!
- Die on madvise-ing shadow memory failure.
Jun 12 2018
Jun 11 2018
Jun 8 2018
- rebasing