diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2013-03-15 11:49:33 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2013-03-15 11:49:33 +0400 |
| commit | be020633f245f61183f1e2190a6476f790ccd1c2 (patch) | |
| tree | 096f274477ef0c45f11eb97061cfa988101cff54 /zend_shared_alloc.h | |
| parent | 0ab356c8e59018fbedd0fd6ddfd6a82f4558c9a9 (diff) | |
| download | php-git-be020633f245f61183f1e2190a6476f790ccd1c2.tar.gz | |
More accurate restart scheduling
Diffstat (limited to 'zend_shared_alloc.h')
| -rw-r--r-- | zend_shared_alloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zend_shared_alloc.h b/zend_shared_alloc.h index 77ef723fbb..c8411b5624 100644 --- a/zend_shared_alloc.h +++ b/zend_shared_alloc.h @@ -159,7 +159,6 @@ void *zend_shared_alloc_get_xlat_entry(const void *old); size_t zend_shared_alloc_get_free_memory(void); void zend_shared_alloc_save_state(void); void zend_shared_alloc_restore_state(void); -size_t zend_shared_alloc_get_largest_free_block(void); const char *zend_accel_get_shared_model(void); /* memory write protection */ |
