MCPcopy Create free account

hub / github.com/Hansimov/csapp / functions

Functions2,621 in github.com/Hansimov/csapp

↓ 2 callersFunctionmem_heapsize
* mem_heapsize() - returns the heap size in bytes */
_codes/code/vm/malloc/memlib.c:90
↓ 2 callersFunctionmem_sbrk
* mem_sbrk - Simple model of the sbrk function. Extends the heap * by incr bytes and returns the start address of the new area. In * this mod
_codes/code/vm/malloc/memlib.c:42
↓ 2 callersFunctionmhz
02/22/2010. Attempt to determine processor clock rate even when speed step is in use. Keep running CPU-intensive task until determine maximum cl
_codes/code/perf/clock-v2.c:75
↓ 2 callersFunctionmylink
_codes/code/opt/list.c:17
↓ 2 callersFunctionnew_vec
$begin vec */ Create vector of specified length */
_codes/code/opt/vec.c:6
↓ 2 callersFunctionodd
Return 1 if x has an odd number of 0's */
_codes/code/asm/262-recurse.c:22
↓ 2 callersFunctionplace
* place - Place block of asize bytes at start of free block bp * and split if remainder would be at least minimum block size */ $begin mmpl
_codes/code/vm/malloc/mm.c:279
↓ 2 callersFunctionprintblock
_codes/code/vm/malloc/mm.c:338
↓ 2 callersFunctionprintresults
* printresults - prints a performance summary for some malloc package */
_codes/code/vm/malloc/mdriver.c:1186
↓ 2 callersFunctionprintresults
* printresults - prints a performance summary for some malloc package */
_labs/08 malloc lab/malloclab-handout/mdriver.c:921
↓ 2 callersFunctionrandomize_block
_codes/code/vm/malloc/mdriver.c:616
↓ 2 callersFunctionread_trace
* read_trace - read a trace file and store it in memory */
_codes/code/vm/malloc/mdriver.c:670
↓ 2 callersFunctionread_trace
* read_trace - read a trace file and store it in memory */
_labs/08 malloc lab/malloclab-handout/mdriver.c:474
↓ 2 callersFunctionregisterFunctions
* registerFunctions - This function registers your transpose * functions with the driver. At runtime, the driver will * evaluate each of th
_labs/05 cache lab/cachelab-handout/trans.c:56
↓ 2 callersFunctionregisterTransFunction
* registerTransFunction - Add the given trans function into your list * of functions to be tested */
_labs/05 cache lab/cachelab-handout/cachelab.c:73
↓ 2 callersFunctionregister_combiners
_codes/code/opt/dpb.c:1837
↓ 2 callersFunctionremove_range
* remove_range - Free the range record of block whose payload starts at lo */
_codes/code/vm/malloc/mdriver.c:571
↓ 2 callersFunctionremove_range
* remove_range - Free the range record of block whose payload starts at lo */
_labs/08 malloc lab/malloclab-handout/mdriver.c:434
↓ 2 callersFunctionrfact
_codes/code/opt/fact.c:7
↓ 2 callersFunctionrio_read
* rio_read - This is a wrapper for the Unix read() function that * transfers min(n, rio_cnt) bytes from an internal buffer to a user * buffer,
_codes/code/netp/tiny/csapp.c:805
↓ 2 callersFunctionrio_read
* rio_read - This is a wrapper for the Unix read() function that * transfers min(n, rio_cnt) bytes from an internal buffer to a user * buffer,
_codes/code/src/csapp.c:805
↓ 2 callersFunctionrio_read
* rio_read - This is a wrapper for the Unix read() function that * transfers min(n, rio_cnt) bytes from an internal buffer to a user * buffer,
_labs/09 proxy lab/proxylab-handout/csapp.c:805
↓ 2 callersFunctionrio_read
* rio_read - This is a wrapper for the Unix read() function that * transfers min(n, rio_cnt) bytes from an internal buffer to a user * buffer,
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:805
↓ 2 callersFunctionrun_rotate_benchmark
_labs/06 perf lab/perlab-handout/driver.c:313
↓ 2 callersFunctionrun_smooth_benchmark
_labs/06 perf lab/perlab-handout/driver.c:430
↓ 2 callersFunctionrun_test
Perform test of combinition function */
_codes/code/opt/lower-obsolete.c:33
↓ 2 callersFunctionsbuf_init
Create an empty, bounded, shared FIFO buffer with n slots */ $begin sbuf_init */
_codes/code/conc/sbuf.c:7
↓ 2 callersFunctionsbuf_insert
Insert item onto the rear of shared buffer sp */ $begin sbuf_insert */
_codes/code/conc/sbuf.c:28
↓ 2 callersFunctionsbuf_remove
Remove and return the first item from buffer sp */ $begin sbuf_remove */
_codes/code/conc/sbuf.c:40
↓ 2 callersFunctionset_len
_codes/code/opt/lower.c:30
↓ 2 callersFunctionstart_comp_counter
_codes/code/mem/matmult-test/clock.c:121
↓ 2 callersFunctionstart_comp_counter
_codes/code/mem/matmult-droh/clock.c:121
↓ 2 callersFunctionstart_comp_counter
_codes/code/mem/matmult/clock.c:121
↓ 2 callersFunctionstart_comp_counter
_labs/06 perf lab/perlab-handout/clock.c:215
↓ 2 callersFunctiontmult_ok2
$begin w200-tmult_ok2-c */
_codes/code/asm/w200-okmul.c:29
↓ 2 callersFunctionu2f
Convert from bit level representation to floating point number */
_labs/01 data lab/datalab-my/tests.c:9
↓ 2 callersFunctionu2f
Convert from bit level representation to floating point number */
_labs/01 data lab/datalab-handout/tests.c:9
↓ 2 callersFunctionunset_len
_codes/code/opt/lower.c:35
↓ 2 callersFunctionusage
_codes/code/ecf/shell.c:388
↓ 2 callersFunctionusage
* usage - Explain the command line arguments */
_codes/code/vm/malloc/mdriver.c:1288
↓ 2 callersFunctionusage
_labs/01 data lab/datalab-my/fshow.c:126
↓ 2 callersFunctionusage
_labs/01 data lab/datalab-handout/fshow.c:126
↓ 2 callersFunctionusage
* usage - Explain the command line arguments */
_labs/08 malloc lab/malloclab-handout/mdriver.c:1005
↓ 2 callersFunctionusage
_labs/06 perf lab/perlab-handout/driver.c:541
↓ 2 callersFunctionusage
* usage - print a help message */
_labs/07 shell lab/shlab-handout/tsh.c:455
↓ 2 callersFunctionvalidate
_labs/05 cache lab/cachelab-handout/tracegen.c:34
↓ 2 callersFunctionwaitfg
* waitfg - block until FG job pid terminates or stops. */
_codes/code/ecf/shell.c:201
↓ 1 callersFunctionAccept
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:581
↓ 1 callersFunctionCalloc
_codes/code/src/csapp.c:469
↓ 1 callersFunctionClosedir
_codes/code/src/csapp.c:420
↓ 1 callersFunctionDup2
_codes/code/netp/tiny/csapp.c:375
↓ 1 callersFunctionDup2
_codes/code/src/csapp.c:375
↓ 1 callersFunctionDup2
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:375
↓ 1 callersFunctionExecve
_codes/code/netp/tiny/csapp.c:80
↓ 1 callersFunctionExecve
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:80
↓ 1 callersFunctionFgets
_codes/code/netp/tiny/csapp.c:502
↓ 1 callersFunctionFork
$begin forkwrapper */
_codes/code/netp/tiny/csapp.c:70
↓ 1 callersFunctionFork
$begin forkwrapper */
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:70
↓ 1 callersFunctionFputs
_codes/code/netp/tiny/csapp.c:522
↓ 1 callersFunctionFputs
_codes/code/src/csapp.c:522
↓ 1 callersFunctionGetnameinfo
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:612
↓ 1 callersFunctionInet_ntop
_codes/code/netp/tiny/csapp.c:627
↓ 1 callersFunctionMmap
* Wrappers for memory mapping functions ***************************************/
_codes/code/netp/tiny/csapp.c:432
↓ 1 callersFunctionMmap
* Wrappers for memory mapping functions ***************************************/
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:432
↓ 1 callersFunctionMunmap
_codes/code/netp/tiny/csapp.c:441
↓ 1 callersFunctionMunmap
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:441
↓ 1 callersFunctionOpen
_codes/code/netp/tiny/csapp.c:321
↓ 1 callersFunctionOpen
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:321
↓ 1 callersFunctionOpen_clientfd
* Wrappers for reentrant protocol-independent helpers ****************************************************/
_codes/code/netp/tiny/csapp.c:1049
↓ 1 callersFunctionOpen_clientfd
* Wrappers for reentrant protocol-independent helpers ****************************************************/
_codes/code/src/csapp.c:1049
↓ 1 callersFunctionOpen_listenfd
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:1058
↓ 1 callersFunctionOpendir
_codes/code/src/csapp.c:400
↓ 1 callersFunctionPause
_codes/code/src/csapp.c:116
↓ 1 callersFunctionPthread_exit
_codes/code/src/csapp.c:707
↓ 1 callersFunctionPthread_once
_codes/code/src/csapp.c:715
↓ 1 callersFunctionRio_readinitb
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:914
↓ 1 callersFunctionSignal
_labs/01 data lab/datalab-my/btest.c:86
↓ 1 callersFunctionSignal
_labs/01 data lab/datalab-handout/btest.c:86
↓ 1 callersFunctionSigsuspend
_codes/code/src/csapp.c:209
↓ 1 callersFunctionSio_putl
* Wrappers for the SIO routines ******************************/
_codes/code/src/csapp.c:294
↓ 1 callersFunctionSocket
_codes/code/netp/tiny/csapp.c:548
↓ 1 callersFunctionStat
_codes/code/src/csapp.c:384
↓ 1 callersFunctionWait
$begin wait */
_codes/code/netp/tiny/csapp.c:87
↓ 1 callersFunctionWait
$begin wait */
_labs/09 proxy lab/proxylab-handout/tiny/csapp.c:87
↓ 1 callersFunctionabsdiff
$begin 130-absdiff-c */
_codes/code/asm/130-absdiff.c:2
↓ 1 callersFunctionabsdiff_se
_codes/code/asm/130-abs.c:8
↓ 1 callersFunctionaccumulate_sum
* accumulate_sum - Accumulates field values of p in corresponding * fields of sum */
_labs/06 perf lab/perlab-handout/kernels.c:104
↓ 1 callersFunctionacquire
Create log of OS events */
_codes/code/perf/osevent.c:20
↓ 1 callersFunctionad
_codes/code/asm/130-abs-measure.c:41
↓ 1 callersFunctionadd_client
$begin add_client */
_codes/code/conc/echoservers.c:73
↓ 1 callersFunctionadd_load
_codes/code/perf/load.c:66
↓ 1 callersFunctionadd_string_option
_codes/code/opt/options.c:108
↓ 1 callersFunctionadd_string_option
_codes/code/opt/profile-eg/options.c:108
↓ 1 callersFunctionaddjob
addjob - add a job to the job list */
_codes/code/ecf/shell.c:61
↓ 1 callersFunctionaddjob
_codes/code/ecf/procmask1.c:7
↓ 1 callersFunctionaddjob
_codes/code/ecf/procmask2.c:7
↓ 1 callersFunctionaddjob
_codes/code/ecf/procmask.c:7
↓ 1 callersFunctionaddrun
_codes/code/asm/130-abs-measure.c:47
↓ 1 callersFunctionanalyze_rep
_codes/code/mem/memperf/lcpy.c:481
↓ 1 callersFunctionapp_error
* app_error - application-style error routine */
_labs/07 shell lab/shlab-handout/tsh.c:476
← previousnext →301–400 of 2,621, ranked by callers