Searched defs:osi_free (Results 1 – 4 of 4) sorted by relevance
51 struct osi_free { struct55 extern struct osi_free osi_free; argument
52 struct osi_free osi_free; variable67 void osi_free(void* ptr) { in osi_free() function
73 void osi_free(void* ptr) { free(ptr); } in osi_free() function
256 void osi_free(void* ptr) { inc_func_call_count(__func__); } in osi_free() function