Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 75145 invoked from network); 25 May 2010 12:43:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 12:43:49 -0000 Received: (qmail 86013 invoked by uid 500); 25 May 2010 12:43:49 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 85928 invoked by uid 500); 25 May 2010 12:43:48 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 85920 invoked by uid 99); 25 May 2010 12:43:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 12:43:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 12:43:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4PChNvO022746 for ; Tue, 25 May 2010 12:43:23 GMT Message-ID: <4946869.32491274791403752.JavaMail.jira@thor> Date: Tue, 25 May 2010 08:43:23 -0400 (EDT) From: "Bruce Mitchener (JIRA)" To: dev@avro.apache.org Subject: [jira] Created: (AVRO-553) Memory management: Allocator interface supports contexts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Memory management: Allocator interface supports contexts -------------------------------------------------------- Key: AVRO-553 URL: https://issues.apache.org/jira/browse/AVRO-553 Project: Avro Issue Type: Improvement Components: c Reporter: Bruce Mitchener Assignee: Bruce Mitchener Fix For: 1.4.0 I'm working on a major revision to the new memory management interface to support allocating within contexts. This will let pluggable memory management be far more useful so that we can support things like a linear allocator that is used for each request (and reset afterwards). This will involve a fair bit of work to fully support it, so I'll attach a series of patches as I work through things. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.