Home | History | Annotate | Download | only in tests

Lines Matching refs:allocation

46   void *allocation;
66 entry->allocation = malloc(size);
67 if (entry->allocation == NULL) {
83 return entry->allocation;
91 if (entry->allocation == ptr) {
110 /* This is the relevant allocation. Unlink it */
141 /* Find the allocation entry for this memory */
150 entry->allocation = realloc(ptr, size);
151 if (entry->allocation == NULL) {
171 entry->allocation = reallocated;
175 return entry->allocation;
188 entry->allocation);