allocator: New module.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2011 20:22:51 +0000 (13:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2011 20:31:45 +0000 (13:31 -0700)
commitcb4ce86374195eccbc3591f74a0c7b8168273667
tree7526ff17ac68cc484f7a2c0f7cc345cdca584a56
parent71d4cd453160b7a26f4ee705452191d52b229782
allocator: New module.

* modules/allocator, lib/allocator.c: New files.
* lib/allocator.h (stdlib_allocator): New decl.
* lib/careadlinkat.c (_GL_USE_STDLIB_ALLOC, standard_allocator):
Remove.  Do not include <stdlib.h>.
(careadlinkat): Use stdlib_allocator instead of rolling our own.
* modules/careadlinkat (Files): Remove lib/allocator.h.
(Depends-on): Add allocator.
ChangeLog
lib/allocator.c [new file with mode: 0644]
lib/allocator.h
lib/careadlinkat.c
modules/allocator [new file with mode: 0644]
modules/careadlinkat