Searched refs:allocations (Results 1 – 1 of 1) sorted by relevance
105 static struct allocation_header *allocations[max_allocations]; variable136 if (allocations[header->allocation_index] != header) in get_header()138 op, ptr, allocations[header->allocation_index]); in get_header()165 allocations[index] = result; in malloc_internal()166 *allocations[index] = (struct allocation_header) in malloc_internal()173 clock_gettime (CLOCK_REALTIME, &allocations[index]->ts); in malloc_internal()174 return allocations[index] + 1; in malloc_internal()185 allocations[index] = NULL; in free_internal()
Completed in 6 milliseconds