Lines Matching refs:block
78 An allocated block of memory is considered orphan if no pointer to its
79 start address or to any location inside the block can be found by
82 block to a freeing function and therefore the block is considered a
102 address inside the block address range that need to be found so that the
103 block is not considered a leak. One example is __vmalloc().
144 kmemleak_alloc - notify of a memory block allocation
145 kmemleak_alloc_percpu - notify of a percpu memory block allocation
146 kmemleak_free - notify of a memory block freeing
147 kmemleak_free_part - notify of a partial memory block freeing
148 kmemleak_free_percpu - notify of a percpu memory block freeing
152 kmemleak_scan_area - add scan areas inside a memory block
153 kmemleak_no_scan - do not scan a memory block
171 the memory block is known not to contain other pointers and it will no
189 address inside a block's address range. This may lead to an increased
199 block doesn't need to be freed (some cases in the init_call functions),