MCPcopy Create free account

hub / github.com/boostorg/build / functions

Functions2,203 in github.com/boostorg/build

↓ 2 callersFunctionGC_mark_some
v2/engine/boehm_gc/mark.c:304
↓ 2 callersFunctionGC_mark_thread_local_fls_for
The thread support layer must arrange to mark thread-local */ free lists explicitly, since the link field is often */ invisible to the marker. It kn
v2/engine/boehm_gc/thread_local_alloc.c:268
↓ 2 callersFunctionGC_max
v2/engine/boehm_gc/alloc.c:823
↓ 2 callersFunctionGC_mprotect_thread_notify
The following should ONLY be called when the world is stopped */
v2/engine/boehm_gc/os_dep.c:3528
↓ 2 callersFunctionGC_new_proc_inner
v2/engine/boehm_gc/misc.c:1129
↓ 2 callersFunctionGC_new_thread
Add a thread to GC_threads. We assume it wasn't already there. */ Caller holds allocation lock. */
v2/engine/boehm_gc/pthread_support.c:373
↓ 2 callersFunctionGC_next_exclusion
Return the first exclusion range that includes an address >= start_addr */ Assumes the exclusion table contains at least one entry (namely the */ G
v2/engine/boehm_gc/mark_rts.c:390
↓ 2 callersFunctionGC_notify_full_gc
v2/engine/boehm_gc/alloc.c:234
↓ 2 callersFunctionGC_page_was_dirty
v2/engine/boehm_gc/os_dep.c:2414
↓ 2 callersFunctionGC_pause
Spend a few cycles in a way that can't introduce contention with */ othre threads. */
v2/engine/boehm_gc/pthread_support.c:1208
↓ 2 callersFunctionGC_print_source_ptr
v2/engine/boehm_gc/blacklst.c:65
↓ 2 callersFunctionGC_promote_black_lists
Signal the completion of a collection. Turn the incomplete black */ lists into new black lists, etc. */
v2/engine/boehm_gc/blacklst.c:119
↓ 2 callersFunctionGC_push_one
v2/engine/boehm_gc/mark.c:1340
↓ 2 callersFunctionGC_read_dirty
v2/engine/boehm_gc/os_dep.c:2339
↓ 2 callersFunctionGC_realloc
Change the size of the block pointed to by p to contain at least */ lb bytes. The object may be (and quite likely will be) moved. */ The kind (
v2/engine/boehm_gc/mallocx.c:69
↓ 2 callersFunctionGC_rebuild_root_index
v2/engine/boehm_gc/mark_rts.c:279
↓ 2 callersFunctionGC_reclaim_generic
* Generic procedure to rebuild a free list in hbp. * Also called directly from GC_malloc_many. * Sz is now in bytes. */
v2/engine/boehm_gc/reclaim.c:213
↓ 2 callersFunctionGC_register_displacement_inner
v2/engine/boehm_gc/obj_map.c:36
↓ 2 callersFunctionGC_register_dynamic_libraries
v2/engine/boehm_gc/dyn_load.c:177
↓ 2 callersFunctionGC_register_my_thread
v2/engine/boehm_gc/win32_threads.c:562
↓ 2 callersFunctionGC_register_my_thread_inner
v2/engine/boehm_gc/pthread_support.c:1004
↓ 2 callersFunctionGC_remap
v2/engine/boehm_gc/os_dep.c:2113
↓ 2 callersFunctionGC_remove_counts
Remove forwarding counts for h */
v2/engine/boehm_gc/headers.c:290
↓ 2 callersFunctionGC_remove_header
Remove the header for block h */
v2/engine/boehm_gc/headers.c:280
↓ 2 callersFunctionGC_remove_protection
v2/engine/boehm_gc/os_dep.c:2430
↓ 2 callersFunctionGC_remove_root_at_pos
Internal use only; lock held. */
v2/engine/boehm_gc/mark_rts.c:269
↓ 2 callersFunctionGC_roots_present
Is a range starting at b already in the table? If so return a */ pointer to it, else NIL. */
v2/engine/boehm_gc/mark_rts.c:117
↓ 2 callersFunctionGC_set_and_save_fault_handler
v2/engine/boehm_gc/os_dep.c:817
↓ 2 callersFunctionGC_set_fl_marks
Set all mark bits for the free list whose first entry is q */
v2/engine/boehm_gc/alloc.c:515
↓ 2 callersFunctionGC_setpagesize
v2/engine/boehm_gc/os_dep.c:693
↓ 2 callersFunctionGC_stop_init
v2/engine/boehm_gc/darwin_stop_world.c:349
↓ 2 callersFunctionGC_store_debug_info_inner
Store debugging info into p. Return displaced pointer. */ This version assumes we do hold the allocation lock. */
v2/engine/boehm_gc/dbg_mlc.c:274
↓ 2 callersFunctionGC_unmap
We assume that GC_remap is called on exactly the same range */ as a previous call to GC_unmap. It is safe to consistently */ round the endpoints in b
v2/engine/boehm_gc/os_dep.c:2078
↓ 2 callersFunctionGC_unprotect_range
v2/engine/boehm_gc/os_dep.c:3108
↓ 2 callersFunctionGC_wait_for_gc_completion
v2/engine/boehm_gc/pthread_support.c:594
↓ 2 callersFunctionGC_win32_free_heap
v2/engine/boehm_gc/os_dep.c:1957
↓ 2 callersFunctionGetFileLineFromAddress
v2/engine/boehm_gc/msvc_dbg.c:238
↓ 2 callersFunctionGetModuleNameFromAddress
v2/engine/boehm_gc/msvc_dbg.c:159
↓ 2 callersFunctionGetSymbolNameFromAddress
v2/engine/boehm_gc/msvc_dbg.c:191
↓ 2 callersMethod__assertionFailure
(self, message)
v2/test/configuration.py:77
↓ 2 callersMethod__expect_lines
Checks whether the given data contains the given lines. Data may be specified as a single string containing text lines s
v2/test/BoostBuild.py:892
↓ 2 callersMethod__read_file
(self, name, exact=False)
v2/test/BoostBuild.py:1053
↓ 2 callersFunction__trailing_newline
Helper function returning an empty string or a newling character to append to the current output line depending on whether we want that lin
v2/test/core_source_line_tracking.py:57
↓ 2 callersMethod__wait_for_time_change
Wait until a newly assigned file system modification timestamp for the given path is large enough for the timestamp difference betw
v2/test/BoostBuild.py:1066
↓ 2 callersFunction__write_appender
(t, name)
v2/test/generators_test.py:344
↓ 2 callersFunction__write_appender
(t, name)
v2/test/project_id.py:322
↓ 2 callersFunction_contains_lines
(data, lines)
v2/test/BoostBuild.py:1204
↓ 2 callersMethod_cppName
( self, type )
v2/tools/doxproc.py:791
↓ 2 callersFunction_env_set
Sets the given environment variable value or unsets it, if the value is None.
v2/test/configuration.py:268
↓ 2 callersMethod_getData
( self, node, **kwargs )
v2/tools/doxproc.py:784
↓ 2 callersFunction_infoX
(values)
v2/test/collect_debug_info.py:317
↓ 2 callersFunction_info_exc
()
v2/test/collect_debug_info.py:321
↓ 2 callersFunction_str_exc
()
v2/test/collect_debug_info.py:325
↓ 2 callersMethod_translate_sectiondef_x_
( self, sectiondef, target=None, **kwargs )
v2/tools/doxproc.py:474
↓ 2 callersFunctionaction_free
v2/engine/rules.c:295
↓ 2 callersFunctionactions_free
v2/engine/rules.c:513
↓ 2 callersFunctionadd_64
v2/engine/execnt.c:644
↓ 2 callersFunctionadd_hist
v2/engine/boehm_gc/cord/de.c:181
↓ 2 callersFunctionadd_map
Add mapping entry */
v2/engine/boehm_gc/cord/de.c:136
↓ 2 callersFunctionadd_roots_to_index
Add the given root structure to the index. */
v2/engine/boehm_gc/mark_rts.c:130
↓ 2 callersFunctionalloc_mark_stack
Allocate or reallocate space for mark stack of size n entries. */ May silently fail. */
v2/engine/boehm_gc/mark.c:1166
↓ 2 callersFunctionallocate
v2/engine/object.c:91
↓ 2 callersFunctionapply_modifiers_impl
v2/engine/function.c:1096
↓ 2 callersFunctionargv_from_shell
v2/engine/execcmd.c:42
↓ 2 callersFunctioncache_name
v2/engine/hcache.c:76
↓ 2 callersFunctioncaller
(tblist, skip)
v2/test/TestCmd.py:85
↓ 2 callersFunctioncheck_cmd_for_too_long_lines
Returns whether the given command string contains lines longer than the given * maximum. */
v2/engine/execcmd.c:76
↓ 2 callersFunctioncheck_ints
v2/engine/boehm_gc/tests/test.c:353
↓ 2 callersFunctionclass_module_name
v2/engine/class.c:42
↓ 2 callersFunctionclear_targets_to_update
v2/engine/make.c:931
↓ 2 callersFunctionclose_alert
v2/engine/execnt.c:1080
↓ 2 callersFunctioncmd_sem_lock
v2/engine/make1.c:1390
↓ 2 callersFunctioncompile_emit_branch
v2/engine/function.c:1398
↓ 2 callersFunctioncompile_emit_instruction
v2/engine/function.c:1359
↓ 2 callersFunctioncompile_new_label
v2/engine/function.c:1364
↓ 2 callersFunctioncompile_set_label
v2/engine/function.c:1374
↓ 2 callersFunctioncompile_to_function
v2/engine/function.c:1446
↓ 2 callersFunctioncompiler_free
v2/engine/function.c:1346
↓ 2 callersFunctioncompiler_init
v2/engine/function.c:1337
↓ 2 callersFunctioncopysettings
v2/engine/rules.c:402
↓ 2 callersFunctiondefault_path
(version)
v2/tools/msvc.py:850
↓ 2 callersFunctiondetect_GetWriteWatch
v2/engine/boehm_gc/os_dep.c:1364
↓ 2 callersFunctiondo_command
Perform the command associated with character c. C may be an */ integer > 256 denoting a windows command, one of the above control */ characters, or
v2/engine/boehm_gc/cord/de.c:397
↓ 2 callersMethoddo_something
Needed to suppress 'unused variable' varning.
v2/test/railsys/program/include/test_a.h:21
↓ 2 callersFunctiondowncase_inplace
v2/engine/builtins.c:629
↓ 2 callersFunctiondowncase_list
v2/engine/builtins.c:688
↓ 2 callersMethoddump_stdio
(self)
v2/test/BoostBuild.py:410
↓ 2 callersFunctionensure_struct
Ensure that p has a back_edges structure associated with it. */
v2/engine/boehm_gc/backgraph.c:187
↓ 2 callersFunctionenter_rule
v2/engine/rules.c:100
↓ 2 callersFunctionexec_wait
v2/engine/execnt.c:357
↓ 2 callersMethodexpand_toolset
Expands $toolset placeholder in the given file to the name of the toolset currently being tested.
v2/test/BoostBuild.py:402
↓ 2 callersFunctionfile_collect_dir_content_
v2/engine/filent.c:54
↓ 2 callersFunctionfile_dirscan
v2/engine/filesys.c:95
↓ 2 callersFunctionfile_info
v2/engine/filesys.c:126
↓ 2 callersFunctionfix_cursor
Adjust display so that cursor is visible; move cursor into position */ Update screen if necessary. */
v2/engine/boehm_gc/cord/de.c:321
↓ 2 callersFunctionfix_pos
Make sure line, col, and dis_pos are somewhere inside file. */ Recompute file_pos. Assumes dis_pos is accurate or past eof */
v2/engine/boehm_gc/cord/de.c:334
↓ 2 callersFunctionforce_rebuilds
v2/engine/make.c:204
↓ 2 callersFunctionfunction_builtin
v2/engine/function.c:2845
↓ 2 callersFunctionfunction_compile
v2/engine/function.c:2859
↓ 2 callersFunctionfunction_compile_actions
v2/engine/function.c:2873
← previousnext →401–500 of 2,203, ranked by callers