Lines Matching refs:set
8 There are two ways to enable these hooks, set a special system
9 property, or set a special environment variable and run your app/program.
35 When malloc is called and \_\_malloc\_hook has been set, then the hook
38 When realloc is called and \_\_realloc\_hook has been set, then the hook
41 When free is called and \_\_free\_hook has been set, then the hook
44 When memalign is called and \_\_memalign\_hook has been set, then the hook
47 For posix\_memalign, if \_\_memalign\_hook has been set, then the hook is
50 For aligned\_alloc, if \_\_memalign\_hook has been set, then the hook is
53 For calloc, if \_\_malloc\_hook has been set, then the hook function is
54 called, then the allocated memory is set to zero.
57 has been set, then the hook is called with an appropriate alignment value.
61 These hooks can be set at any time, but there is no thread safety, so
67 When malloc hooks is enabled, then the hook pointers are set to