class Groonga::Client::Response::Status
Public Instance Methods
alloc_count()
click to toggle source
@return [Integer] The number of allocated memory blocks.
# File lib/groonga/client/response/status.rb, line 28 def alloc_count @body["alloc_count"] || 0 end
Also aliased as: n_allocations