HomeSort by: relevance | last modified time | path
    Searched refs:allocate (Results 1 - 25 of 506) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_win_sections.cpp 35 __declspec(allocate(".SCOV$CA")) uint64_t __start___sancov_cntrs = 0;
45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint8_t
49 __declspec(allocate(".SCOV$GA")) uint64_t __start___sancov_guards = 0;
51 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint8_t
60 __declspec(allocate(".SCOVP$A")) uint64_t __start___sancov_pcs = 0;
62 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint8_t
sanitizer_win_dll_thunk.cpp 62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
89 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
98 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
sanitizer_win_weak_interception.cpp 62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;
63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;
82 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() =
91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
sanitizer_win_weak_interception.h 29 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_win_sections.cpp 35 __declspec(allocate(".SCOV$CA")) uint64_t __start___sancov_cntrs = 0;
45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint8_t
49 __declspec(allocate(".SCOV$GA")) uint64_t __start___sancov_guards = 0;
51 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint8_t
60 __declspec(allocate(".SCOVP$A")) uint64_t __start___sancov_pcs = 0;
62 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint8_t
sanitizer_win_dll_thunk.cpp 62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
89 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
98 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
sanitizer_win_weak_interception.cpp 62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;
63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;
82 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() =
91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_win_sections.cc 37 __declspec(allocate(".SCOV$GA")) __declspec(align(1)) uint64_t
40 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint64_t
44 __declspec(allocate(".SCOV$CA")) __declspec(align(1)) uint64_t
47 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint64_t
55 __declspec(allocate(".SCOVP$A")) __declspec(align(1)) uint64_t
58 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint64_t
sanitizer_win_dll_thunk.cc 63 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
64 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
90 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
99 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
sanitizer_win_weak_interception.cc 62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;
63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;
82 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() =
91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
sanitizer_win_weak_interception.h 30 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals_win.cc 21 extern "C" __declspec(allocate(".ASAN$GA"))
23 extern "C" __declspec(allocate(".ASAN$GZ"))
55 extern "C" __declspec(allocate(".CRT$XCU"))
57 extern "C" __declspec(allocate(".CRT$XTX"))
asan_win_dynamic_runtime_thunk.cc 78 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
80 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
96 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
97 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
112 __declspec(allocate(".CRT$XID"))
125 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_globals_win.cpp 20 extern "C" __declspec(allocate(".ASAN$GA"))
22 extern "C" __declspec(allocate(".ASAN$GZ"))
54 extern "C" __declspec(allocate(".CRT$XCU"))
56 extern "C" __declspec(allocate(".CRT$XTX"))
asan_win_dynamic_runtime_thunk.cpp 77 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
95 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
96 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
111 __declspec(allocate(".CRT$XID"))
124 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_globals_win.cpp 20 extern "C" __declspec(allocate(".ASAN$GA"))
22 extern "C" __declspec(allocate(".ASAN$GZ"))
54 extern "C" __declspec(allocate(".CRT$XCU"))
56 extern "C" __declspec(allocate(".CRT$XTX"))
asan_win_dynamic_runtime_thunk.cpp 77 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
95 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
96 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
111 __declspec(allocate(".CRT$XID"))
124 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
  /src/lib/libc/include/
env.h 38 extern ssize_t __getenvslot(const char *name, size_t l_name, bool allocate);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
mmap_allocator.d 11 additional structure: each call to `allocate(s)` issues a call to
32 void[] allocate(size_t bytes) shared const
61 package alias allocateZeroed = allocate;
64 package alias allocateZeroed = allocate;
67 package alias allocateZeroed = allocate;
70 package alias allocateZeroed = allocate;
78 void[] allocate(size_t bytes) shared const
102 package alias allocateZeroed = allocate;
135 auto p = alloc.allocate(100);
  /src/external/gpl3/gcc/dist/gcc/
memory-block.h 36 static inline void *allocate () ATTRIBUTE_MALLOC;
54 /* Allocate a single block. Reuse a previously returned block, if possible. */
56 memory_block_pool::allocate () function in class:memory_block_pool
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 62 entry_pointer p_e = s_entry_allocator.allocate(1);
75 entry_pointer p_e = s_entry_allocator.allocate(1);
  /src/external/gpl3/gcc.old/dist/gcc/
memory-block.h 36 static inline void *allocate () ATTRIBUTE_MALLOC;
54 /* Allocate a single block. Reuse a previously returned block, if possible. */
56 memory_block_pool::allocate () function in class:memory_block_pool
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 62 entry_pointer p_e = s_entry_allocator.allocate(1);
75 entry_pointer p_e = s_entry_allocator.allocate(1);
  /src/lib/csu/arch/mips/
crti.S 42 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame
55 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 55 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>