Method: Vips.tracked_allocs

Defined in:
lib/vips.rb

.tracked_allocsObject

Get the number of active allocations.

[View source]

702
703
704
# File 'lib/vips.rb', line 702

def self.tracked_allocs
  vips_tracked_get_allocs
end