*/
static MemoryContextMethods BlockAllocatorMethods = {
BlockAllocatorAlloc,
- NULL, /* XXX BlockAllocatorFree, */
- NULL, /* XXX BlockAllocatorRealloc, */
+ NULL, /* free: What do we do here? Existing API doesn't work. */
+ NULL, /* repalloc: What do we do here? Existing API doesn't work. */
BlockAllocatorInit,
BlockAllocatorReset,
BlockAllocatorDelete,
- NULL, /* XXX BlockAllocatorGetChunkSpace, */
+ NULL, /* chunk space: What do we do here? Existing API doesn't work. */
NULL, /* XXX BlockAllocatorIsEmpty, */
NULL /* XXX BlockAllocatorStats */
#ifdef MEMORY_CONTEXT_CHECKING