Home
last modified time | relevance | path

Searched refs:allocation_index (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/malloc/
Dtst-interpose-aux.c98 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()
[all …]