1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/allocator
Paul Eggert cb4ce86374 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.
2011-04-08 13:31:45 -07:00

23 lines
201 B
Plaintext

Description:
Storage allocators.
Files:
lib/allocator.h
lib/allocator.c
Depends-on:
configure.ac:
Makefile.am:
lib_SOURCES += allocator.c
Include:
"allocator.h"
License:
LGPLv2+
Maintainer:
all