Lines Matching refs:mark
62 struct tmp_debug_t **markp, struct tmp_debug_t *mark, in __gmp_tmp_debug_mark() argument
77 if (mark->file != NULL && mark->file[0] != '\0' && mark->line != -1) in __gmp_tmp_debug_mark()
79 __gmp_assert_header (mark->file, mark->line); in __gmp_tmp_debug_mark()
85 *markp = mark; in __gmp_tmp_debug_mark()
86 mark->file = file; in __gmp_tmp_debug_mark()
87 mark->line = line; in __gmp_tmp_debug_mark()
88 mark->list = NULL; in __gmp_tmp_debug_mark()
96 struct tmp_debug_t *mark = *markp; in __gmp_tmp_debug_alloc() local
101 if (mark == NULL) in __gmp_tmp_debug_alloc()
111 p->next = mark->list; in __gmp_tmp_debug_alloc()
112 mark->list = p; in __gmp_tmp_debug_alloc()
121 struct tmp_debug_t *mark = *markp; in __gmp_tmp_debug_free() local
124 if (mark == NULL) in __gmp_tmp_debug_free()
140 p = mark->list; in __gmp_tmp_debug_free()