Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ functions
Functions
2,203 in github.com/boostorg/build
⨍
Functions
2,203
◇
Types & classes
403
↳
Endpoints
8
↓ 2 callers
Function
GC_mark_some
v2/engine/boehm_gc/mark.c:304
↓ 2 callers
Function
GC_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 callers
Function
GC_max
v2/engine/boehm_gc/alloc.c:823
↓ 2 callers
Function
GC_mprotect_thread_notify
The following should ONLY be called when the world is stopped */
v2/engine/boehm_gc/os_dep.c:3528
↓ 2 callers
Function
GC_new_proc_inner
v2/engine/boehm_gc/misc.c:1129
↓ 2 callers
Function
GC_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 callers
Function
GC_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 callers
Function
GC_notify_full_gc
v2/engine/boehm_gc/alloc.c:234
↓ 2 callers
Function
GC_page_was_dirty
v2/engine/boehm_gc/os_dep.c:2414
↓ 2 callers
Function
GC_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 callers
Function
GC_print_source_ptr
v2/engine/boehm_gc/blacklst.c:65
↓ 2 callers
Function
GC_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 callers
Function
GC_push_one
v2/engine/boehm_gc/mark.c:1340
↓ 2 callers
Function
GC_read_dirty
v2/engine/boehm_gc/os_dep.c:2339
↓ 2 callers
Function
GC_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 callers
Function
GC_rebuild_root_index
v2/engine/boehm_gc/mark_rts.c:279
↓ 2 callers
Function
GC_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 callers
Function
GC_register_displacement_inner
v2/engine/boehm_gc/obj_map.c:36
↓ 2 callers
Function
GC_register_dynamic_libraries
v2/engine/boehm_gc/dyn_load.c:177
↓ 2 callers
Function
GC_register_my_thread
v2/engine/boehm_gc/win32_threads.c:562
↓ 2 callers
Function
GC_register_my_thread_inner
v2/engine/boehm_gc/pthread_support.c:1004
↓ 2 callers
Function
GC_remap
v2/engine/boehm_gc/os_dep.c:2113
↓ 2 callers
Function
GC_remove_counts
Remove forwarding counts for h */
v2/engine/boehm_gc/headers.c:290
↓ 2 callers
Function
GC_remove_header
Remove the header for block h */
v2/engine/boehm_gc/headers.c:280
↓ 2 callers
Function
GC_remove_protection
v2/engine/boehm_gc/os_dep.c:2430
↓ 2 callers
Function
GC_remove_root_at_pos
Internal use only; lock held. */
v2/engine/boehm_gc/mark_rts.c:269
↓ 2 callers
Function
GC_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 callers
Function
GC_set_and_save_fault_handler
v2/engine/boehm_gc/os_dep.c:817
↓ 2 callers
Function
GC_set_fl_marks
Set all mark bits for the free list whose first entry is q */
v2/engine/boehm_gc/alloc.c:515
↓ 2 callers
Function
GC_setpagesize
v2/engine/boehm_gc/os_dep.c:693
↓ 2 callers
Function
GC_stop_init
v2/engine/boehm_gc/darwin_stop_world.c:349
↓ 2 callers
Function
GC_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 callers
Function
GC_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 callers
Function
GC_unprotect_range
v2/engine/boehm_gc/os_dep.c:3108
↓ 2 callers
Function
GC_wait_for_gc_completion
v2/engine/boehm_gc/pthread_support.c:594
↓ 2 callers
Function
GC_win32_free_heap
v2/engine/boehm_gc/os_dep.c:1957
↓ 2 callers
Function
GetFileLineFromAddress
v2/engine/boehm_gc/msvc_dbg.c:238
↓ 2 callers
Function
GetModuleNameFromAddress
v2/engine/boehm_gc/msvc_dbg.c:159
↓ 2 callers
Function
GetSymbolNameFromAddress
v2/engine/boehm_gc/msvc_dbg.c:191
↓ 2 callers
Method
__assertionFailure
(self, message)
v2/test/configuration.py:77
↓ 2 callers
Method
__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 callers
Method
__read_file
(self, name, exact=False)
v2/test/BoostBuild.py:1053
↓ 2 callers
Function
__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 callers
Method
__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 callers
Function
__write_appender
(t, name)
v2/test/generators_test.py:344
↓ 2 callers
Function
__write_appender
(t, name)
v2/test/project_id.py:322
↓ 2 callers
Function
_contains_lines
(data, lines)
v2/test/BoostBuild.py:1204
↓ 2 callers
Method
_cppName
( self, type )
v2/tools/doxproc.py:791
↓ 2 callers
Function
_env_set
Sets the given environment variable value or unsets it, if the value is None.
v2/test/configuration.py:268
↓ 2 callers
Method
_getData
( self, node, **kwargs )
v2/tools/doxproc.py:784
↓ 2 callers
Function
_infoX
(values)
v2/test/collect_debug_info.py:317
↓ 2 callers
Function
_info_exc
()
v2/test/collect_debug_info.py:321
↓ 2 callers
Function
_str_exc
()
v2/test/collect_debug_info.py:325
↓ 2 callers
Method
_translate_sectiondef_x_
( self, sectiondef, target=None, **kwargs )
v2/tools/doxproc.py:474
↓ 2 callers
Function
action_free
v2/engine/rules.c:295
↓ 2 callers
Function
actions_free
v2/engine/rules.c:513
↓ 2 callers
Function
add_64
v2/engine/execnt.c:644
↓ 2 callers
Function
add_hist
v2/engine/boehm_gc/cord/de.c:181
↓ 2 callers
Function
add_map
Add mapping entry */
v2/engine/boehm_gc/cord/de.c:136
↓ 2 callers
Function
add_roots_to_index
Add the given root structure to the index. */
v2/engine/boehm_gc/mark_rts.c:130
↓ 2 callers
Function
alloc_mark_stack
Allocate or reallocate space for mark stack of size n entries. */ May silently fail. */
v2/engine/boehm_gc/mark.c:1166
↓ 2 callers
Function
allocate
v2/engine/object.c:91
↓ 2 callers
Function
apply_modifiers_impl
v2/engine/function.c:1096
↓ 2 callers
Function
argv_from_shell
v2/engine/execcmd.c:42
↓ 2 callers
Function
cache_name
v2/engine/hcache.c:76
↓ 2 callers
Function
caller
(tblist, skip)
v2/test/TestCmd.py:85
↓ 2 callers
Function
check_cmd_for_too_long_lines
Returns whether the given command string contains lines longer than the given * maximum. */
v2/engine/execcmd.c:76
↓ 2 callers
Function
check_ints
v2/engine/boehm_gc/tests/test.c:353
↓ 2 callers
Function
class_module_name
v2/engine/class.c:42
↓ 2 callers
Function
clear_targets_to_update
v2/engine/make.c:931
↓ 2 callers
Function
close_alert
v2/engine/execnt.c:1080
↓ 2 callers
Function
cmd_sem_lock
v2/engine/make1.c:1390
↓ 2 callers
Function
compile_emit_branch
v2/engine/function.c:1398
↓ 2 callers
Function
compile_emit_instruction
v2/engine/function.c:1359
↓ 2 callers
Function
compile_new_label
v2/engine/function.c:1364
↓ 2 callers
Function
compile_set_label
v2/engine/function.c:1374
↓ 2 callers
Function
compile_to_function
v2/engine/function.c:1446
↓ 2 callers
Function
compiler_free
v2/engine/function.c:1346
↓ 2 callers
Function
compiler_init
v2/engine/function.c:1337
↓ 2 callers
Function
copysettings
v2/engine/rules.c:402
↓ 2 callers
Function
default_path
(version)
v2/tools/msvc.py:850
↓ 2 callers
Function
detect_GetWriteWatch
v2/engine/boehm_gc/os_dep.c:1364
↓ 2 callers
Function
do_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 callers
Method
do_something
Needed to suppress 'unused variable' varning.
v2/test/railsys/program/include/test_a.h:21
↓ 2 callers
Function
downcase_inplace
v2/engine/builtins.c:629
↓ 2 callers
Function
downcase_list
v2/engine/builtins.c:688
↓ 2 callers
Method
dump_stdio
(self)
v2/test/BoostBuild.py:410
↓ 2 callers
Function
ensure_struct
Ensure that p has a back_edges structure associated with it. */
v2/engine/boehm_gc/backgraph.c:187
↓ 2 callers
Function
enter_rule
v2/engine/rules.c:100
↓ 2 callers
Function
exec_wait
v2/engine/execnt.c:357
↓ 2 callers
Method
expand_toolset
Expands $toolset placeholder in the given file to the name of the toolset currently being tested.
v2/test/BoostBuild.py:402
↓ 2 callers
Function
file_collect_dir_content_
v2/engine/filent.c:54
↓ 2 callers
Function
file_dirscan
v2/engine/filesys.c:95
↓ 2 callers
Function
file_info
v2/engine/filesys.c:126
↓ 2 callers
Function
fix_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 callers
Function
fix_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 callers
Function
force_rebuilds
v2/engine/make.c:204
↓ 2 callers
Function
function_builtin
v2/engine/function.c:2845
↓ 2 callers
Function
function_compile
v2/engine/function.c:2859
↓ 2 callers
Function
function_compile_actions
v2/engine/function.c:2873
← previous
next →
401–500 of 2,203, ranked by callers