Rename util_malloc to malloc.

This commit is contained in:
Nick Mathewson
2018-07-10 15:16:57 -04:00
parent 9ec80909ec
commit 41640b6573
56 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "lib/string/printf.h"
#include "lib/err/torerr.h"
#include "lib/cc/torint.h"
#include "lib/malloc/util_malloc.h"
#include "lib/malloc/malloc.h"
#include <stdlib.h>
#include <stdio.h>