Home
last modified time | relevance | path

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

/malloc/
A 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()
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()
[all …]

Completed in 7 milliseconds