Click here to Skip to main content
15,918,808 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: OpenFileDialog question (.Net C.F.) [modified] Pin
Joel Ivory Johnson14-Dec-08 10:14
professionalJoel Ivory Johnson14-Dec-08 10:14 
GeneralRe: OpenFileDialog question (.Net C.F.) [modified] Pin
Hurricane300014-Dec-08 10:53
Hurricane300014-Dec-08 10:53 
Questionjust starting WM development trying to use VS 2008 Pro 90 day trial Pin
uzziah012-Dec-08 9:03
uzziah012-Dec-08 9:03 
AnswerRe: just starting WM development trying to use VS 2008 Pro 90 day trial Pin
Joel Ivory Johnson14-Dec-08 10:41
professionalJoel Ivory Johnson14-Dec-08 10:41 
QuestionPrinting from Window Mobile Using VB.Net 2005 Pin
~Khatri Mitesh~11-Dec-08 20:41
~Khatri Mitesh~11-Dec-08 20:41 
AnswerRe: Printing from Window Mobile Using VB.Net 2005 Pin
Joel Ivory Johnson14-Dec-08 10:46
professionalJoel Ivory Johnson14-Dec-08 10:46 
QuestionMemmory allocated by CPU Pin
Chandan_srivastava11-Dec-08 20:04
Chandan_srivastava11-Dec-08 20:04 
AnswerRe: Memmory allocated by CPU Pin
Joel Ivory Johnson14-Dec-08 10:21
professionalJoel Ivory Johnson14-Dec-08 10:21 
It's not the CPU allocating memory. It's the operating system and the run time. You've not made mention of what mobile technology you are using (Symbian, Windows Mobile, ...?) so I can't give you the specifics. But memory is always allocated from the OS in blocks. The size of those blocks will vary with the OS and it sounds like the OS that you are using allocates memory in 64kb blocks. If you allocate memory on a desktop it will also be allocated in blocks of a certain size.

The size of the block may also vary depending on the runtime you are using. For example, code written against one runtime may cause that run time to acquire a block of memory from the OS and then divide that block into smaller blocks to give to your program as needed.

You'll want to do some reading on memory allocation algorithms to get a complete description of what is occurring.

Joel Ivory Johnson
My site: J2i.net


GeneralRe: Memmory allocated by CPU Pin
evden eve nakliyat20-Dec-08 15:15
evden eve nakliyat20-Dec-08 15:15 
Questioncapture still images in backgorund on windows mobile 6 Pin
sherinsabry9-Dec-08 3:58
sherinsabry9-Dec-08 3:58 
AnswerRe: capture still images in backgorund on windows mobile 6 Pin
Giannakakis Kostas10-Dec-08 1:26
professionalGiannakakis Kostas10-Dec-08 1:26 
QuestionJ2ME error Pin
Parasmani Swamy8-Dec-08 21:04
Parasmani Swamy8-Dec-08 21:04 
AnswerRe: J2ME error Pin
Giannakakis Kostas10-Dec-08 1:48
professionalGiannakakis Kostas10-Dec-08 1:48 
Questionhow do I add a IMessageFilter to catch mouse down event [modified] Pin
Ola E8-Dec-08 9:48
Ola E8-Dec-08 9:48 
AnswerRe: how do I add a IMessageFilter to catch mouse down event Pin
Giannakakis Kostas10-Dec-08 1:39
professionalGiannakakis Kostas10-Dec-08 1:39 
GeneralRe: how do I add a IMessageFilter to catch mouse down event Pin
Ola E10-Dec-08 5:06
Ola E10-Dec-08 5:06 
GeneralRe: how do I add a IMessageFilter to catch mouse down event Pin
Giannakakis Kostas10-Dec-08 6:32
professionalGiannakakis Kostas10-Dec-08 6:32 
QuestionMOBILE SMS Pin
drugs_taker4-Dec-08 20:47
drugs_taker4-Dec-08 20:47 
AnswerRe: MOBILE SMS Pin
Joel Ivory Johnson5-Dec-08 17:53
professionalJoel Ivory Johnson5-Dec-08 17:53 
GeneralRe: MOBILE SMS Pin
drugs_taker5-Dec-08 18:56
drugs_taker5-Dec-08 18:56 
QuestionProblem while Sending SMS using SonyEriccson E580i as phodem & AT commands from HyperTerminal Pin
venu_GOPAL3-Dec-08 22:09
venu_GOPAL3-Dec-08 22:09 
QuestionWindows Mobile 5.0 - DLL Developed in C# 2.0 Pin
CH SRINIW8Z3-Dec-08 1:43
CH SRINIW8Z3-Dec-08 1:43 
AnswerRe: Windows Mobile 5.0 - DLL Developed in C# 2.0 Pin
Dushan1234-Dec-08 16:21
Dushan1234-Dec-08 16:21 
AnswerRe: Windows Mobile 5.0 - DLL Developed in C# 2.0 Pin
Joel Ivory Johnson15-Dec-08 10:37
professionalJoel Ivory Johnson15-Dec-08 10:37 
QuestionNotSupportedException Pin
Developer6112-Dec-08 10:47
Developer6112-Dec-08 10:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.