Lines Matching defs:mem
833 // try to change mem to the right of dest
839 // try to change mem to the left of dest
845 // try to access mem to the right of src
851 // try to access mem to the left of src
862 // try to change mem to both sides of dest
865 // try to access mem to both sides of src
1447 // TODO(samsonov): Add tests for str* and mem* functions.
1962 void *mem = malloc(10);
1963 pthread_setspecific(*(pthread_key_t*)test_key, mem);