Searched refs:allocation_index (Results 1 – 1 of 1) sorted by relevance
98 size_t allocation_index; member106 static size_t allocation_index; variable114 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()[all …]