Just a static function for now for creating smaller filter sizes. We will use this for filters that we know are small so that we don't have to allocate so many pages at once. It's likely the OS will only allocate a single page anyways, but its nice to be explicit. Changelog-Added: Add ndb_filter_init_with Signed-off-by: William Casarin <jb55@jb55.com>