Lines Matching refs:called
39 Backing each page of virtual memory is a page of real memory (called a
62 movement is called @dfn{paging}.
67 real page frame (this is called ``paging in'' or ``faulting in''), then
79 is at which addresses, and that process is called memory allocation.
273 to allocate portions of memory (called chunks) from a large contiguous area of
625 nonzero. This function is conventionally called @code{xmalloc}. Here
872 conventionally called @code{xrealloc} and @code{xreallocarray},
1282 (@pxref{Aborting a Program}). The function you supply is called with
1312 must be called before the first such function.
1319 @c threads, and it may find a partial update if called from a signal
1330 in a particular allocated block. You must have already called
1346 @code{mcheck} was not called before the first allocation.
1581 When the @code{mtrace} function is called it looks for an environment
1608 The @code{muntrace} function can be called after @code{mtrace} was used
1649 not called. Please note that not only the application uses the traced
1732 user-friendly way. The program is called @code{mtrace} (it is in fact a
1766 We have called @code{mtrace} with only one argument and so the script
1789 different situations being detected. First, @code{free} was called for
1936 The objects in the obstack are packed into large blocks called
1961 declare or define two functions or macros that will be called by the
1979 using obstacks is faster because @code{malloc} is called less often, for
2005 @code{obstack_alloc_failed_handler} is called. The @code{obstack_init}
2186 you will find that @code{get_obstack} may be called several times.
2700 called from, just as if they were automatic variables declared in that
2790 through the function that called @code{alloca}. This is the most
2911 called the @dfn{break}.
3230 mapping, just as if @code{mprotect} had been called.
3314 out and consequently will never cause a page fault. This is called
3732 warn you. It is called with a string (a warning message) as argument.