| version 1.198, 2012/08/28 15:52:19 |
version 1.199, 2013/02/09 00:31:21 |
| Line 203 static void *pool_allocator_alloc(struct |
|
| Line 203 static void *pool_allocator_alloc(struct |
|
| static void pool_allocator_free(struct pool *, void *); |
static void pool_allocator_free(struct pool *, void *); |
| |
|
| static void pool_print_pagelist(struct pool *, struct pool_pagelist *, |
static void pool_print_pagelist(struct pool *, struct pool_pagelist *, |
| void (*)(const char *, ...)); |
void (*)(const char *, ...) __printflike(1, 2)); |
| static void pool_print1(struct pool *, const char *, |
static void pool_print1(struct pool *, const char *, |
| void (*)(const char *, ...)); |
void (*)(const char *, ...) __printflike(1, 2)); |
| |
|
| static int pool_chk_page(struct pool *, const char *, |
static int pool_chk_page(struct pool *, const char *, |
| struct pool_item_header *); |
struct pool_item_header *); |