Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

The difference between dcbf and dccivac arm instructions

Context: I currently want to flush my descriptor to read the proper status bits. Can someone explain to me if I should be using dcbf or dccivac instruction? I fail to understand the right difference ...
Vanshika's user avatar
1 vote
2 answers
49 views

code runs, but says invalid

When I run my program it asks for a command, when you type in a, b, or c it prompts you to give the letter based on you chose a value. Any other command listed displays statistics. My small issue is ...
ThePixelPerson's user avatar
0 votes
2 answers
293 views

Split string with delimiter in C - segmentation faults, invalid free

I wrote a simple code to split string in C with delimiter. When I remove all my frees, code works great but gives memory leaks. When I dont remove free, it does not show memory leaks but gives ...
mirx's user avatar
  • 626