Searched refs:alloced (Results 1 – 2 of 2) sorted by relevance
526 size_t alloced; member540 wbuf->alloced = 1024; in ebcdic_new()585 if (inl > (num = wbuf->alloced)) in ebcdic_write()593 wbuf->alloced = num; in ebcdic_write()
358 int alloced = static_cast<int>(*allocated); in AllocateRawMemory() local359 size_ += alloced; in AllocateRawMemory()361 ZapBlock(reinterpret_cast<Address>(mem), alloced); in AllocateRawMemory()363 Counters::memory_allocated.Increment(alloced); in AllocateRawMemory()