Branch: Tag:

2012-11-01

2012-11-01 11:42:32 by Arne Goedeke <el@laramies.com>

included GJAlloc

1928: Inside #if undefined(PIKE_NEW_BLOCK_ALLOC)
  #ifndef PIKE_NEW_BLOCK_ALLOC   BLOCK_ALLOC_FILL_PAGES(pike_frame, 4)   #else - #include "gjalloc.h" + #include "block_allocator.h"   struct block_allocator pike_frame_allocator = BA_INIT_PAGES(sizeof(struct pike_frame),    4*PIKE_MALLOC_PAGE_SIZE);   ATTRIBUTE((malloc))