Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Out of memory

Out of memory

Scheduled Pinned Locked Moved Mobile
c++performancehelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    group7
    wrote on last edited by
    #1

    Hi all, I need to write application in Pocket PC. It is about using showing video on screen from web cam. I had free the buffer, but the "out of memory" dialog still pop up after 2 minutes.... unsigned char *pbuffer=(unsigned char *)malloc(m_Width * m_Height*6); unsigned char *rpbuffer=(unsigned char *)malloc(m_Width * m_Height*6); //this is allocation of memory free(pbuffer); pbuffer = NULL; free(rpbuffer); rpbuffer = NULL; //this is the code of free memory please help.......................:doh: p.s. I am using eVC++ 4.0 on PPC 2003....

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups