1505 results
Order by date - Order by pertinence
All (1505)
News (5)
Reviews (2)
Tips (1)
Press (67)
High-tech (1430)
 
Windows 7: Windows Virtual PC and Windows XP Mode
You have obtained a copy of Windows 7 Professional or Ultimate? Then you are part of a group of users, professional or otherwise, who will be able to use Windows XP in virtual mode thanks to the free Microsoft Windows Virtual PC tool. Running ...
Review published on the October 20th, 2009 - 3:43 AM ET
Programs that optimise and repair Windows XP and Vista
There are a range of applications that are either free or commercially sold which allow you to repair and optimise the Windows XP and Vista operating systems. It is impossible to test all of them though, so our selection is a good starting point for ...
Review published on the December 3rd, 2008 - 9:37 AM ET
PCM Reports First Quarter 2013 Results
First Quarter Highlights (2013 compared to 2012): Q1 net sales increased $2.5 million, or 1% to a first quarter record $337.2 million Q1 gross profit increased $0.2 million to a first quarter ...
Press published on the May 9th, 2013 - 2:03 PM ET
Sense Networks Introduces the Latest Version of its Real-Time Bidding Platform for Buying Mobile Impressions on Ad Exchanges
Automated Platform Delivers Access to Database of 100 Million Mobile Users and Location Data to Drive ROI.
Press published on the April 9th, 2013 - 7:00 AM ET
PCM Reports Fourth Quarter 2012 Results
Fourth Quarter Highlights (2012 compared to 2011): Q4 net sales increased $2.2 million, or 1% to $382.0 million Q4 gross profit increased $0.1 million to $50.5 million Q4 EBITDA ...
Press published on the February 28th, 2013 - 3:03 PM ET
The Time is ‘Now’ for Policy-Driven, Software-Defined ThinkingNetworks™
Service Providers Evolving to Digital Lifestyle Providers Need Networks that ‘Think for Themselves’.
Press published on the February 25th, 2013 - 1:00 AM ET
Toshiba Announces Cryptographic-Erase and Self-Encryption Features for New Enterprise SSD and Mobile HDD Models
New drive models offer security features to help companies better manage sensitive information in datacenters, cloud computing and client computing applications.
Press published on the January 6th, 2013 - 8:00 AM ET
Other results are also available in our forums :
Memory allocation
Hi friends, here's a code sample: void mallocate(char*); int main() { char* c = NULL; mallocate(c); // strcpy(c,"ab"); Here "strcpy" is an error, because c is still NULL return 0; } void mallocate(char* p) { p = ...
Message posted on the May 29th, 2010 - 8:08 AM ET
SQL Server 2005 Memory Allocation
If I set the max memory at 0 or all available, is sql server smart enough not to cause swapping? If yes, what is the downside? Thanks in advance
Message posted on the March 22nd, 2010 - 5:29 PM ET
[PATCH 2/3] quota: return -ENOMEM when memory allocation fails
From: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Davidlohr Bueso <dave@gnu.org> fs/quota/quota_v2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/quota/quota_v2.c b/fs/quota/quota_v2.c index ...
Message posted on the January 20th, 2011 - 1:40 PM ET
Is there a maximum contiguous memory allocation?
My application needs to create a std::vector > 5GB, is that possible in x64?
Message posted on the December 19th, 2009 - 9:42 AM ET
Memory allocation request exceeded 65,000 bytes
What does this mean and how can do it different
Message posted on the January 15th, 2009 - 4:53 PM ET
[PATCH 3.7-rc8] drm: Fix possible EDID memory allocation oops
The result of drm_property_create_blob() is not checked for success which could lead to a NULL pointer dereference. I was led to this by a smatch warning: drivers/gpu/drm/drm_crtc.c:3186 drm_mode_connector_update_edid_property() error: potential ...
Message posted on the December 5th, 2012 - 2:10 PM ET
Bug#699655: designer crash with memory allocation error on start
tags 699655 unreproducible thanks Also, I cannot reproduce it on amd64 sid. Just tested Wheezy i386 and amd64 as well as sid amd64, can't reproduce it either. Adrian .''`. John Paul Adrian Glaubitz : :' : Debian Developer - ...
Message posted on the February 4th, 2013 - 10:00 AM ET