Module: Svn::Pool::C
- Extended by:
- FFI::Library
- Defined in:
- lib/svn/pools.rb
Constant Summary collapse
- RaiseOutOfMemory =
instance methods apr_pool_cleanup_register apr_pool_userdata_set apr_pool_userdata_get
FFI::Function.new( :int, [:int] ) do |status| raise NoMemoryError.new('Could not allocate new pool') end