Add a function ResizeStringUninitialized to subtle util.
This function has the contract that it doesn't need to initialize the string when resizing. At the moment, the only implementation we have is the one which does the additional work of actually resizing the string. PiperOrigin-RevId: 263559220
Showing
- cc/subtle/CMakeLists.txt 3 additions, 1 deletioncc/subtle/CMakeLists.txt
- cc/subtle/subtle_util.cc 4 additions, 0 deletionscc/subtle/subtle_util.cc
- cc/subtle/subtle_util.h 5 additions, 0 deletionscc/subtle/subtle_util.h
- cc/subtle/subtle_util_test.cc 28 additions, 1 deletioncc/subtle/subtle_util_test.cc
Loading
Please register or sign in to comment