Search Results

Search: Posts Made By: imagtek
Forum: Red Hat 09-05-2014
2,101
Posted By imagtek
keep memory around rather than alloc / free
Well as a matter of fact my application is already a memory hog... Each RGBA pixel is 4 bytes and the display footprint is barely visible on some of these images. I keep image buffers in memory so...
Forum: Red Hat 09-05-2014
2,101
Posted By imagtek
Thanks all for very informative replies. Memory...
Thanks all for very informative replies. Memory allocation at the system level is more complex than I thought. I'll dig into the mmap() possibility. Part of my design-for-performance strategy working...
Forum: Red Hat 09-04-2014
2,101
Posted By imagtek
Memory release latency issue
I have an application that routinely alloc() and realloc() gigabyte blocks of memory for image processing applications; specifically performing rotations of huge images, or creating/ deleting huge...
Forum: Red Hat 08-25-2014
1,339
Posted By imagtek
Reply memmove fail
Many sincere thanks. Very useful info. I admit that I have been rather cavalier slinging gigabytes of image memory around on a 64 bit machine with 8 Gb RAM, simply because I've been getting away with...
Forum: Red Hat 08-24-2014
1,339
Posted By imagtek
Memmove fail on 4 Gb+ raster under RHEL 64 bit
I'm rotating huge image rasters (1+ GB) using a 3-shear algorithm. I rotate 'in-place' after reallocating the raster. A necessary first step is reorganizing the image in the new raster dimensions...
Forum: Solaris 08-31-2009
5,095
Posted By imagtek
Solaris 10 install fails on sparc
I'm trying to do an upgrade/install from Solaris 8 to Solaris 10 on a SUN Sparc system.

I halt the system, as documented, but when I attempt to boot off the distribution DVD; i.e.

halt
:
...
Forum: Programming 08-25-2009
24,568
Posted By imagtek
'deleting' a file
A file is not deleted until it has been overwritten on the disk (at least 3 times) with other data. Otherwise, the information still exists on the system, its space on the disk is simply flagged as...
Forum: Programming 08-25-2009
20,212
Posted By imagtek
Random numbers
Random is a loaded word. If you want somewhat random numbers, use the system call 'rand'.

If you need something more rigorous, you need to look into encryption software. Just feed any robust...
Forum: Programming 08-25-2009
2,967
Posted By imagtek
Shared library versioning problem at runtime
My executable was linked under RedHat using the LessTif GUI shared library. When I try to run it under UBUNTU, I get an error message that the LessTif library cannot be found. The LessTif library is...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 04:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy