Go to file
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
cmds Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
include Merge "GenerationCache::get would return a random value instead of NULL Bug #5401917" 2011-12-08 18:51:03 -08:00
libs Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer 2011-12-15 04:37:22 +09:00
opengl Fix convert8To4, convert8To5 2011-12-09 14:06:07 -08:00
services/surfaceflinger Improve the VSYNC api a bit. 2011-12-06 22:43:10 -08:00
MODULE_LICENSE_APACHE2
NOTICE