diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-19 15:52:47 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-19 15:52:47 +0900 |
| commit | aeca23166b8e822ba8c3126ac9b1b0e76914fab7 (patch) | |
| tree | 15f647c236ae13d264e8f8f0b996eb2284c63e6c /src/pool.h | |
| parent | cb8b4691f09cf935f119595f1b3e755f7fc0f8f3 (diff) | |
| download | mruby-aeca23166b8e822ba8c3126ac9b1b0e76914fab7.tar.gz mruby-aeca23166b8e822ba8c3126ac9b1b0e76914fab7.zip | |
remove dependency to node.h and pool.h
Diffstat (limited to 'src/pool.h')
| -rw-r--r-- | src/pool.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pool.h b/src/pool.h index 6b1897a14..4d53ccd37 100644 --- a/src/pool.h +++ b/src/pool.h @@ -17,9 +17,3 @@ typedef struct mrb_pool { char page[1]; } *pages; } mrb_pool; - -mrb_pool* mrb_pool_open(mrb_state*); -void mrb_pool_close(mrb_pool*); -void* mrb_pool_alloc(mrb_pool*, size_t); -void* mrb_pool_realloc(mrb_pool*, void*, size_t oldlen, size_t newlen); -int mrb_pool_can_realloc(mrb_pool*, void*, size_t); |
