Home
last modified time | relevance | path

Searched refs:ChppAllocHeader (Results 1 – 1 of 1) sorted by relevance

/system/chre/chpp/platform/linux/
Dmemory.c30 struct ChppAllocHeader { struct
39 ptr = malloc(sizeof(struct ChppAllocHeader) + size); in chppMalloc() argument
42 struct ChppAllocHeader *header = (struct ChppAllocHeader *)ptr; in chppMalloc()
61 struct ChppAllocHeader *header = (struct ChppAllocHeader *)ptr; in chppFree()
79 struct ChppAllocHeader *oldHeader = (struct ChppAllocHeader *)oldPtr; in chppRealloc()
83 realloc(oldHeader, newSize + sizeof(struct ChppAllocHeader)); in chppRealloc()
85 struct ChppAllocHeader *newHeader = (struct ChppAllocHeader *)reallocPtr; in chppRealloc()