Changeset 5503 for squid-ssl/trunk/fuentes/src/tests/stub_cbdata.cc
- Timestamp:
- Jul 13, 2017, 11:11:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
squid-ssl/trunk/fuentes/src/tests/stub_cbdata.cc
r5502 r5503 14 14 15 15 void cbdataRegisterWithCacheManager(void) STUB 16 void *cbdataInternalAlloc(cbdata_type type, const char *, int sz) { 17 return xcalloc(1, sz); 18 } 19 void *cbdataInternalFree(void *p, const char *, int) { 20 xfree(p); 21 return NULL; 22 } 16 23 17 #if USE_CBDATA_DEBUG 24 18 void *cbdataInternalAllocDbg(cbdata_type type, const char *, int) STUB_RETVAL(NULL)
Note: See TracChangeset
for help on using the changeset viewer.