MCPcopy Create free account

hub / github.com/boostorg/build / functions

Functions2,375 in github.com/boostorg/build

↓ 3 callersFunctionobject_hash
src/engine/object.c:349
↓ 3 callersFunctionoperator new
src/engine/boehm_gc/include/gc_cpp.h:340
↓ 3 callersFunctionparse_file
src/engine/parse.c:33
↓ 3 callersFunctionparse_var_string
src/engine/function.c:2153
↓ 3 callersFunctionpath_tmpdir
src/engine/pathsys.c:242
↓ 3 callersFunctionpath_tmpfile
src/engine/pathsys.c:276
↓ 3 callersFunctionpath_translate_to_os
src/engine/pathsys.c:299
↓ 3 callersFunctionprint_source_line
src/engine/builtins.c:1304
↓ 3 callersFunctionpush_stack_on_stack
src/engine/make1.c:183
↓ 3 callersFunctionreg
- reg - regular expression, i.e. main body or parenthesized thing * * Caller must absorb opening parenthesis. * * Combining parenthesis handling w
src/engine/regexp.c:306
↓ 3 callersFunctionregprop
- regprop - printable representation of opcode */
src/engine/regexp.c:1215
↓ 3 callersFunctionregtry
src/engine/regexp.c:861
↓ 3 callersFunctionreportWindowsError
src/engine/execnt.c:1338
↓ 3 callersFunctionreturn_freelists
Recover the contents of the freelist array fl into the global one gfl.*/ We hold the allocator lock. */
src/engine/boehm_gc/thread_local_alloc.c:53
↓ 3 callersFunctionrule_localize
src/engine/rules.c:729
↓ 3 callersFunctionsem_init
src/engine/boehm_gc/include/private/darwin_semaphore.h:21
↓ 3 callersFunctionsem_post
src/engine/boehm_gc/include/private/darwin_semaphore.h:34
↓ 3 callersFunctionsem_wait
src/engine/boehm_gc/include/private/darwin_semaphore.h:47
↓ 3 callersFunctionset_bits
Number of set bits in a word. Not performance critical. */
src/engine/boehm_gc/reclaim.c:359
↓ 3 callersFunctionset_library_order
(manager, sources, prop_set, result)
src/tools/unix.py:129
↓ 3 callersFunctionset_rule_body
src/engine/rules.c:527
↓ 3 callersFunctionsmall_cons
src/engine/boehm_gc/tests/test.c:235
↓ 3 callersFunctionstack_global
src/engine/function.c:213
↓ 3 callersFunctionstring_reserve_internal
src/engine/strings.c:70
↓ 3 callersFunctionsymlink
(name, project, source, ps)
src/tools/stage.py:222
↓ 3 callersFunctiontarget_name
src/engine/make.c:764
↓ 3 callersFunctiontargets_to_update
src/engine/make.c:925
↓ 3 callersFunctiontest_echo
(name)
test/builtin_echo.py:11
↓ 3 callersFunctiontest_exit
(name)
test/builtin_exit.py:11
↓ 3 callersFunctiontimestamp_from_path
src/engine/timestamp.c:151
↓ 3 callersFunctionungrist
Returns the value without grist. If value is a sequence, does it for every value and returns the result as a sequence.
src/util/utility.py:97
↓ 3 callersFunctionunique
(values, stable=False)
src/util/sequence.py:11
↓ 3 callersFunctionunknown_rule
src/engine/builtins.c:1145
↓ 3 callersFunctionvar_parse_group_add
src/engine/function.c:1611
↓ 3 callersFunctionvariant
Declares a new variant. First determines explicit properties for this variant, by refining parents' explicit properties with the pass
src/tools/builtin.py:33
↓ 3 callersFunctionyytnamerr
Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic i
src/engine/jamgram.c:1161
↓ 2 callersFunctionCORD_add_forest
Add a leaf to the appropriate level in the forest, cleaning */ out lower levels as necessary. */ Also works if x is a balanced tree of concatenat
src/engine/boehm_gc/cord/cordbscs.c:632
↓ 2 callersFunctionCORD_cat_char
src/engine/boehm_gc/cord/cordxtra.c:58
↓ 2 callersFunctionCORD_from_char_star
src/engine/boehm_gc/cord/cordxtra.c:235
↓ 2 callersFunctionCORD_from_file_lazy_inner
src/engine/boehm_gc/cord/cordxtra.c:563
↓ 2 callersFunctionCORD_riter4
src/engine/boehm_gc/cord/cordbscs.c:517
↓ 2 callersFunctionDisguise
src/engine/boehm_gc/tests/test_cpp.cc:173
↓ 2 callersFunctionGC_MacGetDataStart
src/engine/boehm_gc/MacOS.c:37
↓ 2 callersFunctionGC_abort
src/engine/boehm_gc/misc.c:1052
↓ 2 callersFunctionGC_add_leaked
src/engine/boehm_gc/reclaim.c:39
↓ 2 callersFunctionGC_add_to_heap
* Use the chunk of memory starting at p of size bytes as part of the heap. * Assumes p is HBLKSIZE aligned, and bytes is a multiple of HBLKSIZE. */
src/engine/boehm_gc/alloc.c:763
↓ 2 callersFunctionGC_alloc_large_and_clear
Allocate a large block of size lb bytes. Clear if appropriate. */ We hold the allocation lock. */ EXTRA_BYTES were already added to lb. */
src/engine/boehm_gc/malloc.c:82
↓ 2 callersFunctionGC_begin_syscall
src/engine/boehm_gc/os_dep.c:3101
↓ 2 callersFunctionGC_block_empty
src/engine/boehm_gc/reclaim.c:93
↓ 2 callersFunctionGC_build_fl
Build a free list for objects of size sz inside heap block h. */ Clear objects inside h if clear is set. Add list to the end of */ the free list we b
src/engine/boehm_gc/new_hblk.c:112
↓ 2 callersFunctionGC_change_stubborn
ARGSUSED*/
src/engine/boehm_gc/stubborn.c:37
↓ 2 callersFunctionGC_check_tls_for
Check that all thread-local free-lists in p are completely marked. */
src/engine/boehm_gc/thread_local_alloc.c:287
↓ 2 callersFunctionGC_clear_hdr_marks
clear all mark bits in the header */
src/engine/boehm_gc/mark.c:142
↓ 2 callersFunctionGC_clear_mark_bit
src/engine/boehm_gc/mark.c:207
↓ 2 callersFunctionGC_clear_marks
* Clear mark bits in all allocated heap blocks. This invalidates * the marker invariant, and sets GC_mark_state to reflect this. * (This implicitly
src/engine/boehm_gc/mark.c:244
↓ 2 callersFunctionGC_clear_stack_inner
Clear the stack up to about limit. Return arg. */ ARGSUSED*/
src/engine/boehm_gc/misc.c:239
↓ 2 callersFunctionGC_collect_or_expand
src/engine/boehm_gc/alloc.c:933
↓ 2 callersFunctionGC_cond_add_roots
src/engine/boehm_gc/dyn_load.c:658
↓ 2 callersFunctionGC_cond_register_dynamic_libraries
src/engine/boehm_gc/mark_rts.c:530
↓ 2 callersFunctionGC_copy_bl
src/engine/boehm_gc/blacklst.c:110
↓ 2 callersFunctionGC_debug_malloc_uncollectable
src/engine/boehm_gc/dbg_mlc.c:648
↓ 2 callersFunctionGC_debug_realloc
src/engine/boehm_gc/dbg_mlc.c:755
↓ 2 callersFunctionGC_deinit
src/engine/boehm_gc/misc.c:824
↓ 2 callersFunctionGC_delete_gc_thread
If a thread has been joined, but we have not yet */ been notified, then there may be more than one thread */ in the table with the same pthread id.
src/engine/boehm_gc/pthread_support.c:424
↓ 2 callersFunctionGC_descr_obj_size
Return the size of the object described by d. It would be faster to */ store this directly, or to compute it as part of */ GC_push_complex_descript
src/engine/boehm_gc/typd_mlc.c:411
↓ 2 callersFunctionGC_dirty
Mark the page containing p as dirty. Logically, this dirties the */ entire object. */
src/engine/boehm_gc/os_dep.c:2549
↓ 2 callersFunctionGC_dirty_init
src/engine/boehm_gc/os_dep.c:2340
↓ 2 callersFunctionGC_dyld_name_for_hdr
src/engine/boehm_gc/dyn_load.c:1005
↓ 2 callersFunctionGC_enable
src/engine/boehm_gc/misc.c:1074
↓ 2 callersFunctionGC_enclosing_mapping
Try to read the backing store base from /proc/self/maps. */ Return the bounds of the writable mapping with a 0 major device, */ which includes the ad
src/engine/boehm_gc/os_dep.c:351
↓ 2 callersFunctionGC_end_syscall
src/engine/boehm_gc/os_dep.c:3111
↓ 2 callersFunctionGC_free_block_ending_at
* Return a pointer to the free block ending just before h, if any. */
src/engine/boehm_gc/allchblk.c:325
↓ 2 callersFunctionGC_general_register_disappearing_link
src/engine/boehm_gc/finalize.c:149
↓ 2 callersFunctionGC_generate_random_backtrace_no_gc
Force a garbage collection and generate a backtrace from a */ random heap address. */
src/engine/boehm_gc/dbg_mlc.c:222
↓ 2 callersFunctionGC_generic_lock
src/engine/boehm_gc/pthread_support.c:1257
↓ 2 callersFunctionGC_generic_malloc_ignore_off_page
Allocate memory such that only pointers to near the */ beginning of the object are considered. */ We avoid holding alloc
src/engine/boehm_gc/mallocx.c:169
↓ 2 callersFunctionGC_generic_malloc_many
Return a list of 1 or more objects of the indicated size, linked */ through the first word in the object. This has the advantage that */ it acquires
src/engine/boehm_gc/mallocx.c:268
↓ 2 callersFunctionGC_generic_or_special_malloc
src/engine/boehm_gc/mallocx.c:42
↓ 2 callersFunctionGC_get_allocation_base
src/engine/boehm_gc/os_dep.c:1491
↓ 2 callersFunctionGC_get_maps_len
src/engine/boehm_gc/os_dep.c:184
↓ 2 callersFunctionGC_get_register_stack_base
src/engine/boehm_gc/os_dep.c:960
↓ 2 callersFunctionGC_get_stack_min
src/engine/boehm_gc/win32_threads.c:809
↓ 2 callersFunctionGC_grow_table
Double the size of a hash table. *size_ptr is the log of its current */ size. May be a noop. */ table is a pointer to an array of hash headers.
src/engine/boehm_gc/finalize.c:102
↓ 2 callersFunctionGC_gww_dirty_init
src/engine/boehm_gc/os_dep.c:2334
↓ 2 callersFunctionGC_init_lib_bounds
src/engine/boehm_gc/malloc.c:330
↓ 2 callersFunctionGC_is_heap_base
Is p the start of either the malloc heap, or of one of our */ heap sections? */
src/engine/boehm_gc/os_dep.c:1536
↓ 2 callersFunctionGC_is_static_root
Primarily for debugging support: */ Is the address p in one of the registered static */ root sections? */
src/engine/boehm_gc/mark_rts.c:70
↓ 2 callersFunctionGC_is_visible
Check that p is visible */ to the collector as a possibly pointer containing location. */ If it isn't invoke *GC_is_visible_print_proc. */ Ret
src/engine/boehm_gc/ptr_chck.c:188
↓ 2 callersFunctionGC_malloc_stubborn
Stubborn object (hard to change, nearly immutable) allocation. */ This interface is deprecated. We mostly emulate it using */ MANUAL_VDB. But that
src/engine/boehm_gc/stubborn.c:25
↓ 2 callersFunctionGC_mark_local
Mark using the local mark stack until the global mark stack is empty */ and there are no active workers. Update GC_first_nonempty to reflect */ progre
src/engine/boehm_gc/mark.c:997
↓ 2 callersFunctionGC_mark_some
src/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
src/engine/boehm_gc/thread_local_alloc.c:268
↓ 2 callersFunctionGC_max
src/engine/boehm_gc/alloc.c:823
↓ 2 callersFunctionGC_mprotect_thread_notify
The following should ONLY be called when the world is stopped */
src/engine/boehm_gc/os_dep.c:3539
↓ 2 callersFunctionGC_mprotect_thread_reply
Should only be called by the mprotect thread */
src/engine/boehm_gc/os_dep.c:3565
↓ 2 callersFunctionGC_new_thread
Add a thread to GC_threads. We assume it wasn't already there. */ Caller holds allocation lock. */
src/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
src/engine/boehm_gc/mark_rts.c:390
↓ 2 callersFunctionGC_notify_full_gc
src/engine/boehm_gc/alloc.c:234
↓ 2 callersFunctionGC_or_pages
Add all pages in pht2 to pht1 */
src/engine/boehm_gc/os_dep.c:2319
↓ 2 callersFunctionGC_page_was_ever_dirty
src/engine/boehm_gc/os_dep.c:2434
← previousnext →501–600 of 2,375, ranked by callers