Method: AdLint::Cc1::MemoryPool#initialize
- Defined in:
- lib/adlint/cc1/object.rb
#initialize ⇒ MemoryPool
Returns a new instance of MemoryPool.
1316 1317 1318 1319 1320 1321 |
# File 'lib/adlint/cc1/object.rb', line 1316 def initialize @memory_blocks = {} @address_ranges = [] # NOTE: To make room for NULL and controlling expressions. @free_address = 10 end |