log include/jeffpc/mem.h @ 622:e7ac3c21c816

age author description
Sat, 03 Nov 2018 07:43:27 -0400 Josef 'Jeff' Sipek mem: include alloca.h only if it exists
Sat, 07 Apr 2018 19:28:45 -0400 Josef 'Jeff' Sipek mem: remove mem_{alloc,free}
Fri, 16 Feb 2018 10:46:53 -0500 Josef 'Jeff' Sipek mem: add mem_re{,c}allocarray() to improve portability
Fri, 16 Feb 2018 10:20:49 -0500 Josef 'Jeff' Sipek mem: add mem_{alloc,free}() for API consistency
Fri, 16 Feb 2018 10:19:31 -0500 Josef 'Jeff' Sipek mem: add mem_freezero() to clear a buffer before freeing
Fri, 16 Feb 2018 10:17:58 -0500 Josef 'Jeff' Sipek mem: rename zalloc() to mem_zalloc() to be consistent
Fri, 16 Feb 2018 10:16:52 -0500 Josef 'Jeff' Sipek mem: reorder mem.h contents to be more logical
Sat, 15 Apr 2017 22:01:57 -0400 Josef 'Jeff' Sipek mem: include alloca.h to avoid portability hickups
Sat, 15 Apr 2017 22:01:36 -0400 Josef 'Jeff' Sipek mem: introduce zalloc
Tue, 11 Apr 2017 11:22:10 -0400 Josef 'Jeff' Sipek slab: allocate a real struct instead of abusing the struct mem_cache pointer
Sun, 09 Apr 2017 23:19:58 -0400 Josef 'Jeff' Sipek mem: add a slab allocator API base fakeumem/include/umem.h@a4442821f30b