Searched refs:PERFTOOLS_DLL_DECL (Results 26 - 50 of 71) sorted by relevance

123

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc289 extern "C" PERFTOOLS_DLL_DECL void ProfilerRegisterThread() {
293 extern "C" PERFTOOLS_DLL_DECL void ProfilerFlush() {
297 extern "C" PERFTOOLS_DLL_DECL int ProfilingIsEnabledForAllThreads() {
301 extern "C" PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname) {
305 extern "C" PERFTOOLS_DLL_DECL int ProfilerStartWithOptions(
310 extern "C" PERFTOOLS_DLL_DECL void ProfilerStop() {
314 extern "C" PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(
341 extern "C" PERFTOOLS_DLL_DECL void ProfilerEnable() { }
342 extern "C" PERFTOOLS_DLL_DECL void ProfilerDisable() { }
H A Dstack_trace_table.h46 class PERFTOOLS_DLL_DECL StackTraceTable {
H A Dinternal_logging.h98 extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line,
103 extern PERFTOOLS_DLL_DECL void (*log_message_writer)(const char* msg, int length);
H A Ddebugallocation.cc1159 extern "C" PERFTOOLS_DLL_DECL void* tc_malloc(size_t size) __THROW {
1165 extern "C" PERFTOOLS_DLL_DECL void tc_free(void* ptr) __THROW {
1170 extern "C" PERFTOOLS_DLL_DECL void* tc_calloc(size_t count, size_t size) __THROW {
1181 extern "C" PERFTOOLS_DLL_DECL void tc_cfree(void* ptr) __THROW {
1186 extern "C" PERFTOOLS_DLL_DECL void* tc_realloc(void* ptr, size_t size) __THROW {
1214 extern "C" PERFTOOLS_DLL_DECL void* tc_new(size_t size) {
1223 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW {
1229 extern "C" PERFTOOLS_DLL_DECL void tc_delete(void* p) __THROW {
1236 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW {
1241 extern "C" PERFTOOLS_DLL_DECL voi
[all...]
H A Dtcmalloc.cc1486 extern "C" PERFTOOLS_DLL_DECL const char* tc_version(
1499 extern "C" PERFTOOLS_DLL_DECL int tc_set_new_mode(int flag) __THROW {
1512 extern "C" PERFTOOLS_DLL_DECL void* tc_malloc(size_t size) __THROW {
1518 extern "C" PERFTOOLS_DLL_DECL void tc_free(void* ptr) __THROW {
1523 extern "C" PERFTOOLS_DLL_DECL void* tc_calloc(size_t n,
1530 extern "C" PERFTOOLS_DLL_DECL void tc_cfree(void* ptr) __THROW {
1535 extern "C" PERFTOOLS_DLL_DECL void* tc_realloc(void* old_ptr,
1550 extern "C" PERFTOOLS_DLL_DECL void* tc_new(size_t size) {
1561 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW {
1567 extern "C" PERFTOOLS_DLL_DECL voi
[all...]
H A Dsampler.h102 class PERFTOOLS_DLL_DECL Sampler {
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension.h56 #ifndef PERFTOOLS_DLL_DECL
58 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
60 # define PERFTOOLS_DLL_DECL macro
89 class PERFTOOLS_DLL_DECL MallocExtension {
H A Dheap-checker.h66 #ifndef PERFTOOLS_DLL_DECL
68 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
70 # define PERFTOOLS_DLL_DECL macro
77 class PERFTOOLS_DLL_DECL HeapLeakChecker {
405 class PERFTOOLS_DLL_DECL HeapCleaner {
H A Dmalloc_hook.h76 #ifndef PERFTOOLS_DLL_DECL
78 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
80 # define PERFTOOLS_DLL_DECL macro
97 class PERFTOOLS_DLL_DECL MallocHook {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstack_trace_table.h46 class PERFTOOLS_DLL_DECL StackTraceTable {
H A Dconfig_freebsd.h229 #define PERFTOOLS_DLL_DECL /**/ macro
H A Ddebugallocation.cc1166 extern "C" PERFTOOLS_DLL_DECL void* tc_malloc(size_t size) __THROW {
1172 extern "C" PERFTOOLS_DLL_DECL void tc_free(void* ptr) __THROW {
1177 extern "C" PERFTOOLS_DLL_DECL void* tc_calloc(size_t count, size_t size) __THROW {
1188 extern "C" PERFTOOLS_DLL_DECL void tc_cfree(void* ptr) __THROW {
1193 extern "C" PERFTOOLS_DLL_DECL void* tc_realloc(void* ptr, size_t size) __THROW {
1226 extern "C" PERFTOOLS_DLL_DECL void* tc_new(size_t size) {
1235 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW {
1241 extern "C" PERFTOOLS_DLL_DECL void tc_delete(void* p) __THROW {
1248 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW {
1253 extern "C" PERFTOOLS_DLL_DECL voi
[all...]
H A Dconfig_win.h255 #ifndef PERFTOOLS_DLL_DECL
257 # define PERFTOOLS_DLL_DECL __declspec(dllexport) macro
H A Dinternal_logging.h98 extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line,
103 extern PERFTOOLS_DLL_DECL void (*log_message_writer)(const char* msg, int length);
H A Dconfig_android.h230 #define PERFTOOLS_DLL_DECL macro
H A Dconfig_linux.h230 #define PERFTOOLS_DLL_DECL macro
H A Dsampler.h102 class PERFTOOLS_DLL_DECL Sampler {
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension.h56 #ifndef PERFTOOLS_DLL_DECL
58 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
60 # define PERFTOOLS_DLL_DECL macro
89 class PERFTOOLS_DLL_DECL MallocExtension {
H A Dheap-checker.h66 #ifndef PERFTOOLS_DLL_DECL
68 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
70 # define PERFTOOLS_DLL_DECL macro
77 class PERFTOOLS_DLL_DECL HeapLeakChecker {
405 class PERFTOOLS_DLL_DECL HeapCleaner {
H A Dmalloc_hook.h76 #ifndef PERFTOOLS_DLL_DECL
78 # define PERFTOOLS_DLL_DECL __declspec(dllimport) macro
80 # define PERFTOOLS_DLL_DECL macro
97 class PERFTOOLS_DLL_DECL MallocHook {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.h78 class PERFTOOLS_DLL_DECL MiniDisassembler {
H A Dconfig.h244 #ifndef PERFTOOLS_DLL_DECL
246 # define PERFTOOLS_DLL_DECL __declspec(dllexport) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.h78 class PERFTOOLS_DLL_DECL MiniDisassembler {
H A Dconfig.h244 #ifndef PERFTOOLS_DLL_DECL
246 # define PERFTOOLS_DLL_DECL __declspec(dllexport) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dcommandlineflags.h59 extern PERFTOOLS_DLL_DECL type FLAGS_##name; \
65 PERFTOOLS_DLL_DECL type FLAGS_##name(value); \

Completed in 317 milliseconds

123