Deleted Added
full compact
memtrack.h (278886) memtrack.h (300050)
1/*
2 This software is available to you under a choice of one of two
3 licenses. You may choose to be licensed under the terms of the GNU
4 General Public License (GPL) Version 2, available at
5 <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD
6 license, available in the LICENSE.TXT file accompanying this
7 software. These details are also available at
8 <http://openib.org/license.html>.

--- 50 unchanged lines hidden (view full) ---

59 * we defined as "non trackable" (see
60 * is_non_trackable_alloc_func).
61 * This function recognizes such releases
62 * by the name of their calling function.
63 */
64int is_non_trackable_free_func(const char *func_name);
65
66/* WA - In this function handles confirm
1/*
2 This software is available to you under a choice of one of two
3 licenses. You may choose to be licensed under the terms of the GNU
4 General Public License (GPL) Version 2, available at
5 <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD
6 license, available in the LICENSE.TXT file accompanying this
7 software. These details are also available at
8 <http://openib.org/license.html>.

--- 50 unchanged lines hidden (view full) ---

59 * we defined as "non trackable" (see
60 * is_non_trackable_alloc_func).
61 * This function recognizes such releases
62 * by the name of their calling function.
63 */
64int is_non_trackable_free_func(const char *func_name);
65
66/* WA - In this function handles confirm
67 the the function name is
67 the function name is
68 '__ib_umem_release' or 'ib_umem_get'
69 In this case we won't track the
70 memory there because the kernel
71 was the one who allocated it.
72 Return value:
73 1 - if the function name is match, else 0 */
74int is_umem_put_page(const char *func_name);
75

--- 31 unchanged lines hidden ---
68 '__ib_umem_release' or 'ib_umem_get'
69 In this case we won't track the
70 memory there because the kernel
71 was the one who allocated it.
72 Return value:
73 1 - if the function name is match, else 0 */
74int is_umem_put_page(const char *func_name);
75

--- 31 unchanged lines hidden ---