Searched refs:spaces (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | malloc_debug.c | 38 unsigned spaces = __malloc_debug_cur_indent * MALLOC_DEBUG_INDENT_SIZE; in __malloc_debug_printf() local 41 while (spaces > 0) in __malloc_debug_printf() 44 spaces--; in __malloc_debug_printf()
|
/l4re-core-master/l4re/include/ |
A D | namespace | 39 * \brief API for name spaces that store capabilities. 44 * object. By this means name spaces can be constructed hierarchically. 46 * Name spaces play a central role in L4Re, because the implementation of the 66 * Flags for registering name spaces. 120 * names by iteratively calling the name spaces
|
A D | rm | 255 * - Reserved areas (\a flags = F::Reserved), where no data spaces can be 257 * - Special purpose areas (\a flags = 0), where data spaces can be attached 304 * \note The data spaces that are attached to that area are not detached by
|
/l4re-core-master/ned/doc/ |
A D | ned.dox | 18 another \em loader, which must provide data spaces and region maps. 111 contain spaces --, and the program arguments are provided as separate string 112 arguments following the binary name (allowing spaces in arguments, too). The 124 allocates data spaces for the process. This defaults to Ned's
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 14 * data spaces (L4Re::Dataspace), region maps (L4Re::Rm), memory allocators 15 * (L4::Factory, L4Re::Mem_alloc), name spaces (L4Re::Namespace) and so on 128 * The provided data spaces can have different characteristics:
|
/l4re-core-master/l4sys/include/ |
A D | task | 36 * The L4::Task class represents a combination of the address spaces provided 68 * For more information on spaces and mappings, see
|
/l4re-core-master/libsigma0/doc/ |
A D | libsigma0.cfg | 11 # Values that contain spaces should be placed between quotes (" ") 188 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 189 # Doxygen uses this value to replace tabs by spaces in code fragments. 289 # with spaces. 686 # or name=definition (no spaces). If the definition and the = are
|
/l4re-core-master/l4util/doc/ |
A D | l4util.cfg | 11 # Values that contain spaces should be placed between quotes (" ") 201 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 202 # Doxygen uses this value to replace tabs by spaces in code fragments. 311 # with spaces. 742 # or name=definition (no spaces). If the definition and the = are
|
/l4re-core-master/uclibc/doc/ |
A D | uclibc.cfg | 11 # Values that contain spaces should be placed between quotes (" ") 177 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 178 # Doxygen uses this value to replace tabs by spaces in code fragments. 453 # with spaces. 986 # or name=definition (no spaces). If the definition and the = are
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 426 * posix/regcomp.c: Use tabs instead of spaces.
|
Completed in 13 milliseconds