SpiceQA
Questions
Tags
Users
Badges
user_196561
@user_196561
0
reputation
0
answers
14
questions
About Me
// Hello, World !
Top Answers
How can I see the assembly code for a C++ program?
16 votes
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
12 votes
How does fork() process mark parent's PTE's as read only?
8 votes
Is there a need to check for NULL after allocating memory, when kernel uses overcommit memory
7 votes
Read and parse perf.data
6 votes
Top Questions
How to merge two "ar" static libraries into one?
117 votes
9 answers
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
105 votes
3 answers
Will malloc implementations return free-ed memory back to the system?
67 votes
8 answers
Are compilers allowed to eliminate infinite loops?
38 votes
6 answers
Compiler support of GNU Statement Expression
27 votes
3 answers