Lines Matching refs:allocation_index
98 size_t allocation_index; member
106 static size_t allocation_index; variable
114 if (allocation_index == 0) in check_for_allocations()
125 if (allocation_index == 0) in check_for_allocations()
133 if (header->allocation_index >= allocation_index) in get_header()
135 op, ptr, header->allocation_index, allocation_index); in get_header()
136 if (allocations[header->allocation_index] != header) in get_header()
138 op, ptr, allocations[header->allocation_index]); in get_header()
148 if (allocation_index == max_allocations) in malloc_internal()
160 size_t index = allocation_index++; in malloc_internal()
168 .allocation_index = index, in malloc_internal()
180 size_t index = header->allocation_index; in free_internal()
211 size_t count = allocation_index; in malloc_allocation_count()