replicant-frameworks_native/libs
Ji-Hwan Lee c4cd5301d4 Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer
Currently, madvise(MADV_REMOVE) is called after deallocation.
Another thread might allocate (and even write) the same region between
deallocation and madvise(), in which case the new thread will fail to read
what it have written.  So, call deallocate() after madvise(MADV_REMOVE).

Bug: 5654596
Change-Id: I26f36cd6013de499090768a0ddc68206a4a68219
2011-12-15 04:37:22 +09:00
..
binder Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer 2011-12-15 04:37:22 +09:00
gui am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1 2011-12-12 16:10:28 -08:00
surfaceflinger_client
ui Eliminate hw.keyboards system properties. 2011-11-15 18:00:10 -08:00
utils Add a basic hashtable data structure, with tests! 2011-11-22 17:12:22 -08:00