Removed the todo comment regrading fixing the mutex issue.

master
Yuval Dolev 2020-01-19 05:48:28 +02:00
parent 354b4fe6dc
commit eea989aa73
1 changed files with 0 additions and 2 deletions

View File

@ -845,9 +845,7 @@ system_memory_annotation_sig(){
for (Memory_Annotation_Tracker_Node *node = memory_tracker.first;
node != 0;
node = node->next){
// TODO(yuval): Fix the API so that annotations would not mess with the system memory.
Memory_Annotation_Node *r_node = push_array(arena, Memory_Annotation_Node, 1);
//Memory_Annotation_Node *r_node = (Memory_Annotation_Node*)malloc(sizeof(Memory_Annotation_Node));
sll_queue_push(result.first, result.last, r_node);
result.count += 1;