std::bad_alloc - how to validate before attempting the realloc

Joined
Aug 7, 2008
Messages
1
Reaction score
0
I'm pushing vertices onto a std::vector and during the automated alloc the new function is throwing a std::bad_alloc at roughly 160MB (5 million vertices @ 32 bytes/vertex). This is happening in the heap and not the virtual memory (I have gobs of virtual memory available at the time). Is there a way to query for the amount of available space besides using the windows dependant Global MemoryStatusEx function? I'd prefer to remain platform independant. Also, an std solution would be nice.

cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top