haiku/headers/private
Axel Dörfler 8e2140fa5e Fixed a large client side memory leak for app_server memory.
* The areas allocated for BBitmaps were never deleted, even though the
  app_server deleted its part when the memory got freed.
* This resulted in a constant memory increase if the application in question
  would operate on many changing large bitmaps, like photos.
* Since the bitmaps are reference counted, we don't actually know when to delete
  the areas, so that the app_server now notifies the client whenever that is
  possible.
* This might fix #6824.
2012-04-29 20:26:14 +02:00
..
app Fixed a large client side memory leak for app_server memory. 2012-04-29 20:26:14 +02:00
audio
binary_compatibility Add macro B_IF_GCC_2 2012-02-19 15:11:57 +01:00
bluetooth
debug
device Tiny comment cleanup. 2011-06-21 12:35:50 +00:00
drivers * add missed header file that goes along with r42725 2011-09-08 18:30:28 +00:00
file_systems Move B_MIME_STRING_TYPE to <TypeConstants.h> 2011-11-25 06:19:24 +01:00
firewire Fixes some occurrences of 'variable set but not used', disables Werror for problematic items. 2012-02-23 20:32:11 +01:00
fs_shell Added recursive_lock_transfer_lock() to the fs_shell. 2012-03-31 00:09:47 +02:00
graphics radeon_hd: Begin work on radeon_hd command processor 2012-04-17 16:10:40 -05:00
index_server
input Implemented the patch on #7963 in a different way. 2011-10-31 18:09:24 +00:00
interface Moved stable tool tip concept into the BToolManager class. 2012-04-28 22:14:03 +02:00
kernel rpi: Add missing uart defines 2012-04-22 22:17:24 -05:00
libroot Allow switching of timezone string to messages locale, too. 2012-02-23 23:15:36 +01:00
locale More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
mail * Put ServerConnection into the BPrivate namespace as it should have been. 2011-11-02 22:56:50 +00:00
media Set of patches by Pete Goodeve to imrpove the handling of audio latency. 2011-11-03 14:26:03 +00:00
midi
mount
net * Remove the BNetworkDevice::AddPersistentNetwork() again and instead introduce 2011-10-09 19:56:19 +00:00
notification * revert '43157 as the files are actually needed. I still don't understand how I managed to build everything without them ... 2011-11-03 12:49:18 +00:00
package Add a package info "install-path" attribute 2011-11-25 06:19:35 +01:00
print
runtime_loader Fix dladdr behaviour 2012-04-05 12:32:31 +02:00
screen_saver
shared listusb: display USB vendor and devices names based on usb.ids 2012-02-18 14:25:10 +01:00
storage
support BString::Private class to access BString internals 2011-11-25 06:19:45 +01:00
syslog_daemon
system arm: added some missing arch bits and changed asm section for arm compat. 2012-04-01 14:03:36 +02:00
textencoding
tracker
usb_vision
userlandfs
vmdk