Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3756604
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T09:52:39+00:00 2026-05-19T09:52:39+00:00

I have the following situtuation on the C side I have a function that

  • 0

I have the following situtuation on the C side I have a function that builds and returns an array of integers representing RGB values for an image,


  int* pxs(Image* m){
    int* colors = malloc(height * width * sizeof(int));

    //fill the array

    return colors;
   }

On the Java side I retrieve it using,


     //invoke
     Pointer ptr = ref.getPointer();
     int pxs[] = pointer.getIntArray(0, width*height);

     //to an image
     Image img = Toolkit.getDefaultToolkit().createImage(new MemoryImageSource(width, height, pxs, 0 ,width)); 

Then the image gets painted on a panel, from my timing doing all that takes around 50 60 ms, images are from a camera so I get a new one and paint in a loop but after a while (10 secs or so) my machine comes to an halt. I am thinking this is due to garbage collection? so I was wondering if there is a way to fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T09:52:39+00:00Added an answer on May 19, 2026 at 9:52 am

    You are never freeing the colors array! Unless JNA does majic, Classic memory leak.

    It may be a better idea to pass a ByteBuffer to the native function and have pxs take a char * to be filled with data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some (potentially) long-running ajax calls that I would like to abort if
We create a socket. On one side of the socket we have a server
I have the following HTML snippet: Block 1: <div style="position: absolute; top: 105px; left:
I have a header file with all the enums listed (#ifndef #define #endif construct
I have a situation where I've wrapped a Native C++ DLL with C++/CLI for
In writing a django app, I am returning the following json on a jQuery
Following situation: type TRec = record Member : Integer; end; TMyClass = class private
I'm currently working on an ASP.NET 3.5 project, and I wanted to know your
Help, if you can- The situation: http://foobar.com includes a remotely hosted javacript file (
Hi and thanks for reading. I am using the ICallbackEventHandler interface to do some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.