~ubuntu-branches/ubuntu/natty/libvirt/natty-proposed

« back to all changes in this revision

Viewing changes to gnulib/lib/malloca.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-07-06 12:14:33 UTC
  • mto: (3.4.17 sid) (1.2.6 upstream) (0.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 93.
  • Revision ID: james.westby@ubuntu.com-20100706121433-94utbax9zjvmkcsj
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* Specification.  */
24
24
#include "malloca.h"
25
25
 
 
26
/* Use the system functions, not the gnulib overrides in this file.  */
 
27
#undef malloc
 
28
 
26
29
/* The speed critical point in this file is freea() applied to an alloca()
27
30
   result: it must be fast, to match the speed of alloca().  The speed of
28
31
   mmalloca() and freea() in the other case are not critical, because they