User profile: tao zhang

User info
User name:tao zhang
Name:tao zhang
Location:china
History
Joined:
Number of posts:3
Latest posts:

largest possible memory by malloc?
The largest possible memory block malloc can allocate depends on the host system, particularly the s...

a question about "free"
int* i = malloc(4*sizeof(int)); free(i) problem: how free function know to free 4*sizeof(int) b...

what is "multiple activations of a function"
i read the book <Press.Memory.as.a.Programming.Concept.in.C.and.C++> chapter 5 say: A function cal...