~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/multi_malloc.h

  • Committer: Mark Atwood
  • Date: 2011-06-22 20:04:22 UTC
  • mfrom: (2318.6.39 rf)
  • Revision ID: me@mark.atwood.name-20110622200422-609npl456o0e5p32
mergeĀ lp:~olafvdspek/drizzle/refactor13

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#pragma once
21
21
 
22
 
namespace drizzled
23
 
{
24
 
namespace memory
25
 
{
 
22
namespace drizzled {
 
23
namespace memory {
 
24
 
26
25
void* multi_malloc(bool zerofill, ...) __attribute__((malloc));
 
26
 
27
27
} /* namespace memory */
28
28
} /* namespace drizzled */
29
29