2012-11-01
2012-11-01 11:42:32 by Arne Goedeke <el@laramies.com>
-
55688fab0ab6d4193720d7da7037a8d4c929fe19
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: arne/nmapping
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))