Searched defs:free (Results 1 - 25 of 30) sorted by relevance

12

/seL4-l4v-master/l4v/tools/c-parser/testfiles/
H A Dfactorial.c27 void free(unsigned long *p) function
H A Dkmalloc.c70 void free(void * address, word_t size) function
/seL4-l4v-master/HOL4/src/num/theories/
H A Dselftest.sml61 fun free s = "\^[[0;1;34m" ^ s ^ "\^[[0m" function
/seL4-l4v-master/HOL4/examples/PSL/1.01/executable-semantics/
H A Dtest.v54 reg free; // Flag to say if BUF is free to receive new data register
[all...]
H A Dtest_c.v51 reg free; // Flag to say if BUF is free to receive new data register
[all...]
H A Dtest_c1.v55 reg free; // Flag to say if BUF is free to receive new data register
[all...]
H A Dtest_c2.v51 reg free; // Flag to say if BUF is free to receive new data register
[all...]
H A Dtest2.v64 reg free; // Flag to say if BUF is free to receive new data register
[all...]
/seL4-l4v-master/HOL4/src/monad/more_monads/
H A Dselftest.sml40 fun free s = "\^[[0;1;34m" ^ s ^ "\^[[0m" function
[all...]
/seL4-l4v-master/l4v/tools/autocorres/tests/examples/
H A Dkmalloc.c70 void free(void *address, word_t size) function
/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dosmemwin.cpp101 uintptr_t free = pageMap.FindFree(0, lastAllocated, pages); local
138 uintptr_t free = pageMap.FindFree(0, lastAllocated, pages); local
[all...]
H A Dgc.cpp286 uintptr_t free = space->freeSpace(); local
H A Dquick_gc.cpp670 uintptr_t free; local
[all...]
H A Dosmemunix.cpp235 uintptr_t free = pageMap.FindFree(0, lastAllocated, pages); local
284 uintptr_t free = pageMap.FindFree(0, lastAllocated, pages); local
[all...]
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DProof.sml422 fun free th_inf = function
H A DTerm.sml215 fun free _ [] = false function
223 fun free vs [] = vs function
[all...]
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DProof.sml422 fun free th_inf = function
H A DTerm.sml215 fun free _ [] = false function
223 fun free vs [] = vs function
[all...]
/seL4-l4v-master/l4v/misc/autostop/
H A Dstop.c245 static void get_free_memory(unsigned long *total, unsigned long *free) argument
/seL4-l4v-master/HOL4/polyml/basis/
H A DForeignMemory.sml47 val free: voidStar -> unit value
231 fun free v = if v = null then () else ThreadLib.protect lock freeMem v function
[all...]
/seL4-l4v-master/HOL4/src/compute/src/
H A Dclauses.sml[all...]
/seL4-l4v-master/HOL4/examples/dev/sw2/
H A DregAlloc.sml111 let val free = fv cont value
/seL4-l4v-master/HOL4/src/quotient/examples/sigma/
H A DliftScript.sml1136 val free = free_vars abs value
/seL4-l4v-master/HOL4/examples/HolBdd/
H A DDerivedBddRules.sml92 val free = total - numsup value
/seL4-l4v-master/HOL4/src/1/
H A Dselftest.sml426 fun free s = "\^[[0;1;34m" ^ s ^ "\^[[0m" function

Completed in 170 milliseconds

12