~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSMemory.h

  • Committer: Brian Aker
  • Date: 2010-10-22 21:35:47 UTC
  • mfrom: (1871 build)
  • mto: This revision was merged to the branch mainline in revision 1873.
  • Revision ID: brian@tangent.org-20101022213547-mmyk4onu523ubsy6
Merge with Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
size_t cs_mm_malloc_size(void *ptr);
67
67
void cs_mm_print_track(const char *func, const char *file, uint32_t line, void *p, bool inc, uint32_t ref_cnt, int track_me);
68
68
void cs_mm_track_memory(const char *func, const char *file, uint32_t line, void *p, bool inc, uint32_t ref_cnt, int track_me);
 
69
uint32_t cs_mm_get_check_point();
 
70
void cs_mm_assert_check_point(uint32_t check_point);
69
71
#endif
70
72
 
71
73
#endif