Re: Increasing physical memory in WinCE



You're not measuring accurately enough. Keep in mind that you can allocate
large amounts of memory that don't come out of your process space
(allocations in shared memory, virtualAllocs greater than 2MB).

--
Dean Ramsier - eMVP
BSQUARE Corporation


<sbegumpeta@xxxxxxxxx> wrote in message
news:1138678406.702005.183530@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Dean and Parhar thanks for your valuable feedback.
>
> I was trying to load a single dll at a time and it was loading. As per
> my observations one of the dll was taking around 36MB, which should not
> be the case as you were telling. I have confirmed this memory amount
> using the GlobalMemoryStatus() function before and after loading the
> dll.
>
> Could you please further comment on this.
>
> Sathish.
>


.



Relevant Pages

  • Re: Memory Management
    ... include the memory manager after any files that declare malloc etc. I'm not ... I have tried to export the operators from a DLL, ... I'm still using the CRT's malloc and free to allocate memory. ...
    (microsoft.public.vc.language)
  • Re: [linux-pm] Re: Hibernation considerations
    ... need to allocate large amounts of memory. ... Why should the error handler wake up? ...
    (Linux-Kernel)
  • Re: Using TLSAlloc to read data into a DLL
    ... and store that data in a memory block that is untouched until the ... DLL is unloaded. ... simply allocate a block of memory in DllMainand ... CreateFile et al are in the kernel. ...
    (microsoft.public.vc.language)
  • Re: Free memory allocated by dll
    ... method to allocate the memory. ... If the author actually used memory that was allocated on the stack, ... Having spoken to the dll author the dll just creates a ... I use this as a string - however when done I believe that i need to ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Using TLSAlloc to read data into a DLL
    ... and store that data in a memory block that is untouched until the ... DLL is unloaded. ... simply allocate a block of memory in DllMainand ... CreateFile et al are in the kernel. ...
    (microsoft.public.vc.language)