Searched refs:allocArray (Results 1 - 3 of 3) sorted by relevance

/external/srec/portable/src/
H A Dpmemory_ext.c108 static void *allocArray[MAX_ALLOCATED_BLOCKS+1]; variable
130 allocArray[allocArrayCount] = memPtr;
151 if (allocArray[i] == memPtr)
160 allocArray[j-1] = allocArray[j];
162 allocArray[allocArrayCount] = NULL; /* clear out end of list */
178 void *memPtr = allocArray[i];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
592 allocArray = alloc;
610 allocArray[id] = mem;
618 allocArray = NULL;
626 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
627 FREE(allocArray[i]);
628 if (allocArray)
629 FREE(allocArray);
647 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize;
659 uint8_t **allocArray; // arra
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
592 allocArray = alloc;
610 allocArray[id] = mem;
618 allocArray = NULL;
626 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
627 FREE(allocArray[i]);
628 if (allocArray)
629 FREE(allocArray);
647 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize;
659 uint8_t **allocArray; // arra
[all...]

Completed in 779 milliseconds