Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

_aligned_free error in visual c++

Status
Not open for further replies.

syedshan

Advanced Member level 1
Advanced Member level 1
Joined
Feb 27, 2012
Messages
463
Helped
27
Reputation
54
Reaction score
26
Trophy points
1,308
Location
Jeonju, South Korea
Activity points
5,134
hello every one,

I am getting following image as an error when I am freeing my memory, and later the program gets aborted and even if I choose abort program it does not work and abort.

Code:
ssint *pfiledata = (ssint*)_aligned_malloc(sizeof(ssint)*samples*horizontal, 4096);
memset(pfiledata, 0, sizeof(ssint)*samples*horizontal);
...
...
...
...
 _aligned_free(pfiledata);

memory_free.JPG

Thanks
Shan
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top