Edit

kc3-lang/gnulib/modules/allocator

Branch :

  • Show log

    Commit

  • Author : Paul Eggert
    Date : 2011-04-08 13:22:51
    Hash : cb4ce863
    Message : 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.

  • modules/allocator
  • 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