Bug 1365473 - Rename jemalloc_types.h to mozjemalloc_types.h. r=njn

--HG--
rename : memory/mozjemalloc/jemalloc_types.h => memory/mozjemalloc/mozjemalloc_types.h
extra : rebase_source : 542d0f115f54099517f3eb9a2e0f93f8987f4f63
This commit is contained in:
Mike Hommey 2017-05-12 21:52:25 +09:00
parent 67a2475101
commit b302af7bc0
5 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
#ifndef malloc_decls_h
# define malloc_decls_h
# include "jemalloc_types.h"
# include "mozjemalloc_types.h"
#ifndef MALLOC_USABLE_SIZE_CONST_PTR
#define MALLOC_USABLE_SIZE_CONST_PTR const

View File

@ -22,7 +22,7 @@
#include "mozmemory_wrap.h"
#include "mozilla/Attributes.h"
#include "mozilla/Types.h"
#include "jemalloc_types.h"
#include "mozjemalloc_types.h"
/*
* On OSX, malloc/malloc.h contains the declaration for malloc_good_size,

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
EXPORTS += [
'jemalloc_types.h',
'mozjemalloc_types.h',
]
SOURCES += [

View File

@ -299,7 +299,7 @@ typedef long ssize_t;
#endif
#include "jemalloc_types.h"
#include "mozjemalloc_types.h"
#include "linkedlist.h"
extern "C" void moz_abort();