MCPcopy Create free account

hub / github.com/boostorg/build / functions

Functions2,375 in github.com/boostorg/build

FunctionGC_get_stack_base
src/engine/boehm_gc/AmigaOS.c:61
FunctionGC_get_total_bytes
src/engine/boehm_gc/misc.c:397
FunctionGC_has_other_debug_info
Check whether object with base pointer p has debugging info */ p is assumed to point to a legitimate object in our part */ of the heap. */ This
src/engine/boehm_gc/dbg_mlc.c:38
FunctionGC_header_cache_miss
src/engine/boehm_gc/headers.c:56
FunctionGC_ignore_self_finalize_mark_proc
This only pays very partial attention to the mark descriptor. */ It does the right thing for normal and atomic objects, and treats */ most others as n
src/engine/boehm_gc/finalize.c:256
FunctionGC_incr_bytes_freed
The same for GC_bytes_freed. */
src/engine/boehm_gc/mallocx.c:232
FunctionGC_init_real_syms
src/engine/boehm_gc/pthread_support.c:175
FunctionGC_is_tmp_root
Workaround for the OS mapping and unmapping behind our back: */ Is the address p in one of the temporary static root sections? */
src/engine/boehm_gc/mark_rts.c:335
FunctionGC_lock
src/engine/boehm_gc/win32_threads.c:1523
FunctionGC_lock
src/engine/boehm_gc/pthread_support.c:1303
FunctionGC_make_complex_array_descriptor
src/engine/boehm_gc/typd_mlc.c:307
FunctionGC_malloc
src/engine/boehm_gc/thread_local_alloc.c:137
FunctionGC_malloc_atomic
src/engine/boehm_gc/thread_local_alloc.c:181
FunctionGC_malloc_explicitly_typed_ignore_off_page
src/engine/boehm_gc/typd_mlc.c:612
FunctionGC_mark_and_push
src/engine/boehm_gc/mark.c:1346
FunctionGC_mark_stack_empty
src/engine/boehm_gc/mark.c:567
FunctionGC_mark_thread
src/engine/boehm_gc/pthread_support.c:275
FunctionGC_mark_thread_local_free_lists
We must explicitly mark ptrfree and gcj free lists, since the free */ list links wouldn't otherwise be found. We also set them in the */ normal fre
src/engine/boehm_gc/pthread_support.c:231
FunctionGC_marked_for_finalization
src/engine/boehm_gc/dbg_mlc.c:84
FunctionGC_mprotect_thread
src/engine/boehm_gc/os_dep.c:3597
FunctionGC_never_stop_func
src/engine/boehm_gc/alloc.c:107
FunctionGC_new_free_list
src/engine/boehm_gc/misc.c:1098
FunctionGC_new_kind
src/engine/boehm_gc/misc.c:1120
FunctionGC_new_proc
src/engine/boehm_gc/misc.c:1138
FunctionGC_notify_or_invoke_finalizers
src/engine/boehm_gc/finalize.c:789
FunctionGC_null_finalize_mark_proc
ARGSUSED*/
src/engine/boehm_gc/finalize.c:278
MethodGC_out_of_line_malloc
src/engine/boehm_gc/include/new_gc_alloc.h:162
FunctionGC_post_incr
src/engine/boehm_gc/ptr_chck.c:273
FunctionGC_pre_incr
src/engine/boehm_gc/ptr_chck.c:262
FunctionGC_print_all_smashed_proc
Print all objects on the list. Clear the list. */
src/engine/boehm_gc/dbg_mlc.c:837
FunctionGC_print_block_descr
ARGSUSED*/
src/engine/boehm_gc/reclaim.c:400
FunctionGC_print_callers
Print info to stderr. We do NOT hold the allocation lock */
src/engine/boehm_gc/os_dep.c:4173
FunctionGC_print_free_list
Currently for debugger use only: */
src/engine/boehm_gc/reclaim.c:437
FunctionGC_print_sig_mask
src/engine/boehm_gc/pthread_stop_world.c:26
FunctionGC_print_trace
src/engine/boehm_gc/mark.c:1450
FunctionGC_project2
src/engine/boehm_gc/misc.c:133
FunctionGC_pthread_create
Cygwin-pthreads calls CreateThread internally, but it's not * easily interceptible by us.. * so intercept pthread_create instead */
src/engine/boehm_gc/win32_threads.c:1253
FunctionGC_pthread_create
Define GC_ functions as aliases for the plain ones, which will */ be intercepted. This allows files which include gc.h, and hence */ generate referem
src/engine/boehm_gc/pthread_support.c:157
FunctionGC_pthread_detach
src/engine/boehm_gc/win32_threads.c:1396
FunctionGC_pthread_detach
src/engine/boehm_gc/pthread_support.c:167
FunctionGC_pthread_join
src/engine/boehm_gc/win32_threads.c:1200
FunctionGC_pthread_join
src/engine/boehm_gc/pthread_support.c:164
FunctionGC_pthread_sigmask
win32 pthread does not support sigmask */ nothing required here... */
src/engine/boehm_gc/win32_threads.c:1390
FunctionGC_pthread_sigmask
src/engine/boehm_gc/pthread_support.c:161
FunctionGC_pthread_start
src/engine/boehm_gc/win32_threads.c:1354
FunctionGC_pthread_start_inner
src/engine/boehm_gc/win32_threads.c:1297
FunctionGC_push_all_stacks
We hold allocation lock. Should do exactly the right thing if the */ world is stopped. Should not fail if it isn't. */
src/engine/boehm_gc/pthread_stop_world.c:242
FunctionGC_push_all_stacks
src/engine/boehm_gc/darwin_stop_world.c:76
FunctionGC_push_current_stack
* In the absence of threads, push the stack contents. * In the presence of threads, push enough of the current stack * to ensure that callee-save re
src/engine/boehm_gc/mark_rts.c:466
FunctionGC_push_old_obj
Push the contents of an old object. We treat this as stack */ data only becasue that makes it robust against mark stack */ overflow. */
src/engine/boehm_gc/os_dep.c:2230
FunctionGC_push_thread_structures
src/engine/boehm_gc/pthread_support.c:358
FunctionGC_push_thread_structures
src/engine/boehm_gc/pcr_interface.c:173
FunctionGC_reclaim_block
* Restore an unmarked large object or an entirely empty blocks of small objects * to the heap block free list. * Otherwise enqueue the block for lat
src/engine/boehm_gc/reclaim.c:264
FunctionGC_register_data_segments
src/engine/boehm_gc/AmigaOS.c:96
FunctionGC_register_describe_type_fn
src/engine/boehm_gc/dbg_mlc.c:328
FunctionGC_register_disappearing_link
src/engine/boehm_gc/finalize.c:139
FunctionGC_register_dynlib_callback
(info, size, ptr)
src/engine/boehm_gc/dyn_load.c:342
FunctionGC_register_has_static_roots_callback
Register a routine to filter dynamic library registration. */
src/engine/boehm_gc/dyn_load.c:1188
FunctionGC_register_main_static_data
We now take care of the main data segment ourselves: */
src/engine/boehm_gc/dyn_load.c:319
FunctionGC_register_my_thread
src/engine/boehm_gc/pthread_support.c:1024
FunctionGC_restart_handler
src/engine/boehm_gc/pthread_stop_world.c:211
FunctionGC_selective_alloc<GC_true_type>
src/engine/boehm_gc/include/gc_allocator.h:90
FunctionGC_set_files
src/engine/boehm_gc/misc.c:883
FunctionGC_set_free_space_divisor
src/engine/boehm_gc/misc.c:1044
FunctionGC_should_invoke_finalizers
Returns true if it is worth calling GC_invoke_finalizers. (Useful if */ finalizers can only be called from some kind of `safe state' and */ getting in
src/engine/boehm_gc/finalize.c:734
FunctionGC_start_routine
src/engine/boehm_gc/pthread_support.c:1088
FunctionGC_start_world
Caller holds allocation lock, and has held it continuously since */ the world stopped. */
src/engine/boehm_gc/pthread_stop_world.c:436
FunctionGC_start_world
src/engine/boehm_gc/win32_threads.c:767
FunctionGC_start_world
Caller holds allocation lock, and has held it continuously since */ the world stopped. */
src/engine/boehm_gc/darwin_stop_world.c:528
FunctionGC_stop_init
src/engine/boehm_gc/pthread_stop_world.c:491
FunctionGC_stop_world
src/engine/boehm_gc/pthread_stop_world.c:361
FunctionGC_stop_world
src/engine/boehm_gc/win32_threads.c:723
FunctionGC_stop_world
Caller holds allocation lock. */
src/engine/boehm_gc/darwin_stop_world.c:444
FunctionGC_suspend_handler
src/engine/boehm_gc/pthread_stop_world.c:119
FunctionGC_thread_exit_proc
src/engine/boehm_gc/win32_threads.c:1359
FunctionGC_thread_exit_proc
Called at thread exit. */ Never called for main thread. That's OK, since it */ results in at most a tiny one-time leak. And */ linuxthreads does
src/engine/boehm_gc/pthread_support.c:942
FunctionGC_timeout_stop_func
src/engine/boehm_gc/alloc.c:120
FunctionGC_true_func
Break up root sections into page size chunks to better spread */ out work. */
src/engine/boehm_gc/mark.c:1311
FunctionGC_typed_mark_proc
src/engine/boehm_gc/typd_mlc.c:371
FunctionGC_unix_get_mem
src/engine/boehm_gc/os_dep.c:1811
FunctionGC_unreachable_finalize_mark_proc
GC_unreachable_finalize_mark_proc is an alias for normal marking, */ but it is explicitly tested for, and triggers different */ behavior. Objects re
src/engine/boehm_gc/finalize.c:290
FunctionGC_win32_get_mem
src/engine/boehm_gc/os_dep.c:1928
FunctionGC_win32_start
src/engine/boehm_gc/win32_threads.c:1024
FunctionGC_wince_get_mem
src/engine/boehm_gc/os_dep.c:1989
FunctionGC_write
src/engine/boehm_gc/misc.c:834
FunctionGC_write_fault_handler
ARGSUSED*/
src/engine/boehm_gc/os_dep.c:2765
FunctionGetFileLineFromStack
src/engine/boehm_gc/msvc_dbg.c:265
FunctionGetModuleNameFromStack
src/engine/boehm_gc/msvc_dbg.c:181
FunctionGetSymbolNameFromStack
src/engine/boehm_gc/msvc_dbg.c:228
MethodHash
src/engine/boehm_gc/include/weakpointer.h:58
MethodMock
test/qt5/mock.cpp:12
MethodMock
test/qt4/mock.cpp:12
FunctionModal
(element, options)
website/bootstrap/js/bootstrap.js:859
FunctionPCR_GC_Run
src/engine/boehm_gc/pcr_interface.c:153
FunctionPCR_GC_Setup
src/engine/boehm_gc/pcr_interface.c:147
FunctionPREFIXED(check_tsd_marks)
Check that that all elements of the data structure associated */ with key are marked. */
src/engine/boehm_gc/specific.c:136
FunctionPREFIXED(getspecific)
src/engine/boehm_gc/include/private/specific.h:84
FunctionPREFIXED(key_create)
src/engine/boehm_gc/specific.c:29
FunctionPREFIXED(remove_specific)
Remove thread-specific data for this thread. Should be called on */ thread exit. */
src/engine/boehm_gc/specific.c:71
FunctionPREFIXED(setspecific)
src/engine/boehm_gc/specific.c:49
← previousnext →1,701–1,800 of 2,375, ranked by callers