Welcome, Guest. Please login or register.

Author Topic: NetSurf OS3.x Issues  (Read 41531 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline UberFreak

  • Full Member
  • ***
  • Join Date: Nov 2012
  • Posts: 148
    • Show all replies
Re: NetSurf OS3.x Issues
« on: April 29, 2016, 06:56:17 AM »
What you see is quite normal.
The C standard library contains its own memory allocation manager.
It allocates big chunks from the OS and manages them internally, which is why you dont see OS memory releases as often as you might expect.