~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2008-12-05 03:17:16 UTC
  • mfrom: (641.3.11 devel)
  • Revision ID: brian@tangent.org-20081205031716-r65xkzugjylmvv1h
Monty merge (a couple of alterations for malloc()).

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
  Allocate memory in the connection's local memory pool
480
480
 
481
481
  @details
482
 
  When properly used in place of @c my_malloc(), this can significantly
 
482
  When properly used in place of @c malloc(), this can significantly
483
483
  improve concurrency. Don't use this or related functions to allocate
484
484
  large chunks of memory. Use for temporary storage only. The memory
485
485
  will be freed automatically at the end of the statement; no explicit