simple_allocator

A simple, poorly-performing memory allocator
git clone https://git.bracken.jp/simple_allocator.git
Log | Files | Refs | Submodules | README | LICENSE

commit b1b104779c4105cb33056acc81d4075b6f334ffe
parent 22858e40d697691a866d99c030ed1d6c3402a246
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 21 Oct 2022 23:00:21 -0700

Use https for googletest submodule URL

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third_party/googletest"] path = third_party/googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git