summaryrefslogtreecommitdiff
path: root/libc/malloc_hooks/malloc_hooks.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-08-23 14:21:03 -0700
committerJosh Gao <jmgao@google.com>2018-08-23 23:10:52 -0700
commitc1b4476808702c160595e1ec725a2b0f2fbd13be (patch)
treef384f9441db83069f6e781d64c5886ce6bbec96c /libc/malloc_hooks/malloc_hooks.cpp
parentb6b3a1d4f9ae5a86176d23774ce0112eafef03f3 (diff)
fdsan: make the tag type values sequential.
In retrospect, allocating tag types from both ends will just make the future creation of user-defined tags harder, because constants that are introduced, and then used in previous versions might collide with user-defined tags. Move all of the tag values to the front, so that we can allocate from the end to minimize this. Test: bionic_unit_tests Change-Id: I5063adf8301b1063bd4931a6ce8b70dfe2411efd
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions