OSDN Git Service

bionic: store property names as variable-length strings
authorGreg Hackmann <ghackmann@google.com>
Fri, 21 Jun 2013 20:02:38 +0000 (13:02 -0700)
committerGreg Hackmann <ghackmann@google.com>
Tue, 25 Jun 2013 20:34:42 +0000 (13:34 -0700)
commit4fe82929eb19b35cbd144aace00f71fa533e7bce
tree735f377c6f5bac388c36be8eb167d08b1420c8b0
parentfc761f8cc0dca78ac4ace20f701554704a6c14d5
bionic: store property names as variable-length strings

Names are immutable, so the fixed-sized arrays can be replaced with
variable-length ones to save memory (especially on internal tree nodes).

Change-Id: Iddf7856fba579b97f355e9ad4b3663a78767b96d
Signed-off-by: Greg Hackmann <ghackmann@google.com>
libc/bionic/system_properties.c