urbit/include
Jōshin 67c0b7b39b Clean up allocator defs
- Condense the allocator section in defs.h and make it match the
  surrounding style.

- Use real calloc in c3_calloc. Some guy on the internet says
  calloc can be faster than malloc since the OS may not actually
  need to call memset.

- Replace calloc calls in vere code with c3_calloc.

Note that I left the c3_calloc definition as-is (i.e., not taking
a count argument). I was going to change it, but it seems like
count is 1 at all call sites. If it's ever used with count != 1,
I'd be in support of changing it, fwiw.
2019-01-02 11:23:06 -08:00
..
c Clean up allocator defs 2019-01-02 11:23:06 -08:00
jets Add jet for +del:in 2018-12-13 14:39:53 -08:00
noun removes unused u3v_nick (effect traversal) and u3v_http_request 2018-12-12 00:40:04 -05:00
vere updates u3_raft_work() to be async, adds sync u3_raft_play() 2018-12-11 17:13:55 -05:00
all.h Revert "Merge pull request #952 from eglaysher/revert-meson" 2018-03-20 10:16:16 -07:00
config.h.in renames event-timing, adds build option to enable 2018-12-13 20:03:19 -05:00