mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Rename util_malloc to malloc.
This commit is contained in:
parent
9ec80909ec
commit
41640b6573
@ -47,7 +47,7 @@
|
||||
#include "lib/log/escape.h"
|
||||
#include "lib/log/ratelim.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "lib/net/inaddr.h"
|
||||
#include "lib/net/socket.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "lib/compress/compress_zlib.h"
|
||||
#include "lib/compress/compress_zstd.h"
|
||||
#include "lib/intmath/cmp.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/thread/threads.h"
|
||||
|
||||
/** Total number of bytes allocated for compression state overhead. */
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "lib/compress/compress_lzma.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/thread/threads.h"
|
||||
|
||||
#ifdef HAVE_LZMA
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "orconfig.h"
|
||||
#include <string.h>
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#if SIZEOF_INT == 4
|
||||
#define BITARRAY_SHIFT 5
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/container/bloomfilt.h"
|
||||
#include "lib/intmath/bits.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "orconfig.h"
|
||||
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#define HANDLE_ENTRY(name, structname) \
|
||||
struct name ## _handle_head_t *handle_head
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/defs/digest_sizes.h"
|
||||
#include "lib/string/util_string.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include "lib/log/util_bug.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/defs/digest_sizes.h"
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
typedef struct aes_cnt_cipher aes_cnt_cipher_t;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/defs/digest_sizes.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
/** Length of a sha1 message digest when encoded in base32 with trailing =
|
||||
* signs removed. */
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "lib/intmath/weakrng.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
#include "lib/string/util_string.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "orconfig.h"
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/intmath/muldiv.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lib/encoding/cstring.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
#include "lib/string/util_string.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "lib/encoding/cstring.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/escape.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/string/scanf.h"
|
||||
#include "lib/wallclock/tm_cvt.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "lib/testsupport/testsupport.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
void configure_libevent_logging(void);
|
||||
void suppress_libevent_log_msg(const char *msg);
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/log/win32err.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/parse_int.h"
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "lib/intmath/muldiv.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/time/compat_time.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "lib/fs/files.h"
|
||||
#include "lib/fs/path.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
||||
static smartlist_t *config_get_file_list(const char *path,
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lib/log/win32err.h"
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/log/escape.h"
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/string/util_string.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "lib/fs/lockfile.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef HAVE_SYS_FILE_H
|
||||
#include <sys/file.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/log/win32err.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
#include <sys/mman.h>
|
||||
|
@ -10,7 +10,7 @@
|
||||
**/
|
||||
|
||||
#include "lib/fs/path.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "lib/log/escape.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "lib/fs/userdb.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
**/
|
||||
|
||||
#include "lib/lock/compat_mutex.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
/** Return a newly allocated, ready-for-use mutex. */
|
||||
tor_mutex_t *
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#if defined(HAVE_PTHREAD_H) && !defined(_WIN32)
|
||||
#include <pthread.h>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
/** Allocate and return a new string representing the contents of <b>s</b>,
|
||||
* surrounded by quotes and using standard C escapes.
|
||||
|
@ -9,7 +9,7 @@
|
||||
**/
|
||||
|
||||
#include "lib/log/ratelim.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
||||
/** If the rate-limiter <b>lim</b> is ready at <b>now</b>, return the number
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "lib/intmath/bits.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
#include "lib/string/printf.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/util_string.h"
|
||||
#include "lib/wallclock/tor_gettimeofday.h"
|
||||
#include "lib/wallclock/approx_time.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "lib/smartlist_core/smartlist_core.h"
|
||||
#include "lib/smartlist_core/smartlist_foreach.h"
|
||||
#endif
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#ifdef _WIN32
|
||||
#include "orconfig.h"
|
||||
#include "lib/log/win32err.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include <tchar.h>
|
||||
#include <windows.h>
|
||||
|
@ -6,7 +6,7 @@ noinst_LIBRARIES += src/lib/libtor-malloc-testing.a
|
||||
endif
|
||||
|
||||
src_lib_libtor_malloc_a_SOURCES = \
|
||||
src/lib/malloc/util_malloc.c
|
||||
src/lib/malloc/malloc.c
|
||||
|
||||
if USE_OPENBSD_MALLOC
|
||||
src_lib_libtor_malloc_a_SOURCES += src/ext/OpenBSD_malloc_Linux.c
|
||||
@ -18,4 +18,4 @@ src_lib_libtor_malloc_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
|
||||
src_lib_libtor_malloc_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
||||
|
||||
noinst_HEADERS += \
|
||||
src/lib/malloc/util_malloc.h
|
||||
src/lib/malloc/malloc.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file util_malloc.c
|
||||
* \file malloc.c
|
||||
* \brief Wrappers for C malloc code, and replacements for items that
|
||||
* may be missing.
|
||||
**/
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
#include "lib/testsupport/testsupport.h"
|
||||
#define UTIL_MALLOC_PRIVATE
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/err/torerr.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file util_malloc.h
|
||||
* \file malloc.h
|
||||
* \brief Headers for util_malloc.c
|
||||
**/
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifndef DISABLE_MEMORY_SENTINELS
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/fs/files.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef HAVE_SYS_SYSCTL_H
|
||||
#include <sys/sysctl.h>
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/escape.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/net/inaddr.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/string/compat_string.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "lib/net/address.h"
|
||||
#include "lib/net/inaddr.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/parse_int.h"
|
||||
#include "lib/string/util_string.h"
|
||||
|
||||
|
@ -11,12 +11,12 @@
|
||||
#include "orconfig.h"
|
||||
#include "lib/process/env.h"
|
||||
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/ctime/di_ops.h"
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lib/fs/userdb.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/log/win32err.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/process/env.h"
|
||||
#include "lib/process/waitpid.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "lib/process/waitpid.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "ht.h"
|
||||
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/net/resolve.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/scanf.h"
|
||||
|
||||
#include "tor_queue.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
**/
|
||||
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/smartlist_core/smartlist_core.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/string/util_string.h"
|
||||
#include "lib/string/compat_ctype.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "lib/term/getpass.h"
|
||||
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
|
||||
#include "lib/intmath/cmp.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "lib/crypt_ops/compat_openssl.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "lib/encoding/binascii.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "test/test.h"
|
||||
|
||||
#include <openssl/evp.h>
|
||||
|
@ -39,7 +39,7 @@ ENABLE_GCC_WARNING(redundant-decls)
|
||||
#include "lib/encoding/time_fmt.h"
|
||||
#include "lib/fs/files.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "lib/net/inaddr.h"
|
||||
#include "lib/net/resolve.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "lib/arch/bytes.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "lib/net/resolve.h"
|
||||
#include "lib/net/socket.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#define TRUNNEL_LOCAL_H_INCLUDED
|
||||
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
|
||||
#define trunnel_malloc tor_malloc
|
||||
|
Loading…
Reference in New Issue
Block a user