Lines Matching refs:memory
64 /* Pattern used to initialize memory allocated with test_malloc(). */
180 /* Used to check whether a parameter matches the area of memory referenced by
184 const void *memory;
489 * Frees memory kept by a linked list The cleanup_value function is called for
550 /* Releases memory associated to a symbol_map_value. */
945 * Determine whether the specified areas of memory are equal. If they're equal
971 * Determine whether the specified areas of memory are not equal. If they're
1201 * memory. */
1209 (const char*)check->memory, check->size);
1218 const void * const memory, const size_t size,
1224 assert_non_null(memory);
1226 memcpy(mem, memory, size);
1227 check_data->memory = mem;
1234 /* Add an event to check whether a parameter matches an area of memory. */
1237 const char* const file, const int line, const void* const memory,
1239 expect_memory_setup(function, parameter, file, line, memory, size,
1245 * an area of memory. */
1253 (const char*)check->memory,
1258 /* Add an event to check whether a parameter doesn't match an area of memory. */
1261 const char* const file, const int line, const void* const memory,
1263 expect_memory_setup(function, parameter, file, line, memory, size,
1697 /* Free previous memory */
2392 /* Setup the memory check point, it will be evaluated on teardown */