Memory Leak

adatapost

New Member
Messages
5
Reaction score
0
Points
0
My C language program unable to store more than 500 nodes (binary tree). Is there any way to extends the capacity or something like that.
 

vol7ron

New Member
Messages
434
Reaction score
0
Points
0
Generally... it's an infinite amount you can create, but it depends on your system's resources. If you don't have the memory to create more, you won't be able. What error are you getting? Is it a double-linked list?
 
Last edited:
Top