]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
formatter: replace malloc with new
authorYehuda Sadeh <yehuda@hq.newdream.net>
Sun, 20 May 2012 22:08:20 +0000 (15:08 -0700)
committerSage Weil <sage@inktank.com>
Sun, 20 May 2012 22:12:37 +0000 (15:12 -0700)
commit63580a902ee7cc4905be7c3c47812f6e608d04b1
tree8991199902ef15d6d0e47ef5bdab4d74912fbf50
parent7eb29aeec6f75f482d9ea3b2f94eb6899b830c60
formatter: replace malloc with new

This will throw exception if allocation failed.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
src/common/Formatter.cc